audiogrep
audiogrep copied to clipboard
Windows support
The Windows version of Pocketsphinx requires to specify the model files manually for whatever reason. These additional parameters make it work
'-hmm', 'model/en-us/en-us', '-lm', 'model/en-us/en-us.lm.dmp', '-dict', 'model/en-us/cmudict-en-us.dict'
I suppose that at some point, you'd want the user to be able to select different recognition models anyway?
I had the same issue on Ubuntu, commented on #7
Had my fair share of headaches with this until I noticed this thread. It's an issue with pocketsphinx in Windows apparently: http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx#windows