Text Tools
Speech to Text
Transcribe your voice into text with the Web Speech API.
Loading tool…
What is STT?
A live dictation tool: click start, speak, and the transcript builds up with interim results as you go.
How it works
The browser's SpeechRecognition (webkit-prefixed where needed) runs continuously with interim results, appending final segments to the transcript.
- Enter your input. Type or paste your input into the field above — the tool responds instantly.
- Review the result. Output updates live as you type. Everything runs entirely in your browser.
- Copy or download. Use the Copy button to grab the result, or Download to save it as a file.
Examples
Realistic sample
Paste or type any realistic input — the tool computes the result locally and instantly.
Common mistakes
Expecting a server round-trip
Nothing is uploaded — every tool in this category runs entirely in your browser.
Frequently asked questions
Why isn't speech recognition available in my browser?
The Web Speech recognition API is supported in Chrome, Edge, and Safari but not Firefox or older browsers — check with the page's support notice.