Wait... there's speech recognition built into the browser??
https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
Comments
anything better out there? most speech to text api were based on REST req / upload, i wanted something real-time where i can stream audio, and this will do fine for side-projects
cryptically mentions chrome "sends to remote server for transcription"
seems dead, but great if you're prototyping something.
Ended up using this:
https://github.com/kbumsik/opus-media-recorder
and sending 20 second files to Whisper.
Today I would try streaming π