Ajedi32 / speech_to_text_transcriber

Dead-simple speech-to-text transcriber designed for the hearing-impaired.
https://ajedi32.github.io/speech_to_text_transcriber/
3 stars 3 forks source link

Investigate alternate browser support #1

Open Ajedi32 opened 9 years ago

Ajedi32 commented 9 years ago

Looks like Firefox now supports the Web Speech API. Only with a flag for now, but presumably both Firefox and other browsers will be implementing support for the Web Speech API in the future. Might be a good idea to look into supporting these other browsers.

Ajedi32 commented 9 years ago

At the very least, this library should use feature detection to at least make it possible for other browsers that support the web speech API in the future to run this app. Testing only for the prefixed version of speechRecognition is not future-proof.