Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Voice Recognition API

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?

like image 474
byteSlayer Avatar asked Nov 11 '22 10:11

byteSlayer


1 Answers

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

like image 133
batanasov Avatar answered Nov 14 '22 21:11

batanasov