rhubarb-lip-sync/rhubarb/lib/pocketsphinx-rev13216/swig/javascript
Daniel Wolf e5c39efeeb Moved main executable into its own directory along with its build logic
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00
..
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
test.js Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00

README

Pocketsphinx is available in node with pocketsphinx module

https://www.npmjs.com/package/pocketsphinx

To install it type

   npm install -g pocketsphinx

then

   node test.js

Requirements include latest pocketsphinx, sphinxbase and swig 3.0

Current module simply wraps pocketsphinx API as described in our swig files, in the future
we might add asyncroneous extensions for the pocketsphinx API so recognition would not
block event loop.