I want to create a robot with Node.js and Tessel.io, i bought the audio module and i'm wondering if it exist any speech to text or audio to text package for node js or something else.
Can someone help me with this?
Thank you
There is a node module for CMUSphinx
https://github.com/cmusphinx/node-pocketsphinx
It works offline. It's a bit initial state but let me know if you have questions on it.