🎤 Voice
Speech Recognition
Web Speech API SpeechRecognition
Convert microphone audio to text. Uses the Web Speech API.
How to Use
You can easily try out the SpeechRecognition feature of the Web Speech API as a demo.
Using the Web Speech API, you can have a browser read text content aloud or recognize speech.
Specifically, SpeechRecognition (speech recognition) can be implemented and used via JavaScript.
💡
On first launch, microphone permission is required.
Select the recognition language and press the recognize button to start speech recognition.
If your browser does not support it, an error dialog will be displayed.
Check "Show recognition candidates" to display a list of candidates.
You can see the score for each candidate.
Whether they display correctly depends on the browser.
💡
Speech recognition processing is done in the browser and no data is sent to the server.