syl22-00 / pocketsphinx.js

Speech recognition in JavaScript and WebAssembly
1.49k stars 261 forks source link

English Dictonary #114

Open hallsofvallhalla opened 6 years ago

hallsofvallhalla commented 6 years ago

Maybe I have missed somewhere but is there an example or a pre-compiled version that has all dictionary words? For instance like Google Speech, where it recognizes any words spoken versus me having to input what words I want them to hear. I basically want it to print whatever the user says to the screen.

syl22-00 commented 6 years ago

You can get a large vocabulary language model from CMU Sphinx website ans the associated dictionary, but you should not expect great recognition rate, and speed and memory usage would probably not make it usable in the browser.