5

I am trying to use the new VoiceRecognitionAPI available in Javascript (supported by chrome). In the app I am trying to develop, I need some very certain words, and mainly numbers... Unfourtenatly, the VoiceRecognition doesn't work smoothly and doesn't get the right words all the times, mainly with numbers like 4 becoming "for" or 3 becoming "three" etc. I know there was some talk of an option to supply the VoiceRecognition with a grammar which will improve recognition, but it's not supported yet and won't be anytime soon...

Are there any approaches to improve the voice recognition, especially in an app that has a very small numbers of words in it?

byteSlayer
  • 1,806
  • 5
  • 18
  • 36
  • 1
    Try http://syl22-00.github.io/pocketsphinx.js/ instead, you can force it to recognize numbers only with very high accuracy and the script will be more portable, it will work not just in chrome – Nikolay Shmyrev Mar 27 '14 at 05:41
  • From my expirience it is even less accurate than the google API – byteSlayer Mar 27 '14 at 19:53

1 Answers1

1

Recently I found this project: annyang. However - I never played with it. I hope it will help you.

batanasov
  • 219
  • 1
  • 2
  • 13