Frequently Asked Questions
How does the text to speech tool work? +
This tool uses your browser's built-in Web Speech API (SpeechSynthesis) to convert text to speech. Simply type or paste your text, select a language and voice, adjust speed and pitch, then click Speak. Everything runs locally in your browser — no data is sent to any server.
Is it free to use? +
Yes, completely free. There are no limits, no signup, and no hidden fees. The tool uses your browser's native speech synthesis engine, so it works entirely offline once the page is loaded.
What languages are supported? +
Available languages depend on your browser and operating system. Most browsers support 20-50+ languages including English, Spanish, French, German, Chinese, Japanese, Korean, Portuguese, Russian, Arabic, Hindi, and many more.
What is SSML and how do I use it? +
SSML (Speech Synthesis Markup Language) lets you control pronunciation, emphasis, pauses, and more. Enable SSML mode to use tags like <break time='500ms'/> for pauses, <emphasis level='strong'> for emphasis, and <prosody rate='slow'> for speed changes.
Can I adjust the speaking speed and pitch? +
Yes. The speed slider ranges from 0.5x (half speed) to 2x (double speed), with 1x being normal. The pitch slider ranges from 0 to 2, with 1 being the default. You can adjust these in real time even while speech is playing.
Does it work offline? +
Yes, once the page is loaded, the text to speech tool works completely offline. The Web Speech API is a native browser feature. However, some voices may need to be downloaded the first time you use them.
Why is there no sound? +
Make sure your device volume is turned up and not muted. Try selecting a different voice. Some browsers require user interaction before allowing audio playback. Chrome, Edge, and Safari have the best support.
Is my text data private? +
Absolutely. Your text never leaves your device. The Web Speech API processes everything locally in your browser. No text is uploaded, stored, or transmitted to any server.