Interactive Memo WebApp with Speech Recognition
- Speech Recognition works on localhost or via https.
- Mobile browsers are also supported.
- Annyang
- [Issue] (Android) Repeated microphone notification
- Because of this issue, I tried to adopt
pocketsphinx.js
for keyword spotting on mobile browsers.
- Because of this issue, I tried to adopt
- [Issue] (Android) Repeated microphone notification
- Pocketsphinx.js
- [Issue] PocketSphinx + Google SpeechRecognition + Android = NO
- Solved by stopping an audio stream.
- [Issue] False detection when there is no audio
- Because of this issue, I adopted
JsSpeechRecognizer
for keyword spotting on all browsers.
- Because of this issue, I adopted
- [Issue] PocketSphinx + Google SpeechRecognition + Android = NO
- JsSpeechRecognizer
- Chrome Web Speech API