node-pocketsphinx
node-pocketsphinx copied to clipboard
Pocketsphinx bindings for Node.JS
Hi, I am getting this error when installing node-pocketsphinx Steps I followed 1. Cloned sphinxbase from github and built it 2. Downloaded latest release (5.0.0) of pocketsphinx from github and...
Hello. I have installed pocketsphinx and have successfully run the hello_ps.c example. I am now trying to get the npm version installed. When installing I get an error: unknown type...
Provide the Installation Doc
Greetings, Thank you for providing this great tool, it seems to be the only one that does what I'm looking to implement. I followed the installation guide as provided in...
Cannot find any API docs explaining how to terminate the Decoder gracefully. Do we need to do that or just calling decoder.endUtt() followed by setting decoder = null should be...
hello, this is just to continue #46 the one who never got a reply and its closed, so i did what @nshmyrev said about doing `cd node-pocketsphinx/build && make clean...
Hi, I have the latest sphinxbase and pocketsphinx installed from github, also PKG_CONFIG_PATH is set to /usr/local/lib/pkgconfig. I have cmake of version 3.7.1 and SWIG of Version 3.0.10. When I...