Node js offline speech to text

Mike Boutin picture Mike Boutin · Oct 8, 2014 · Viewed 12.1k times · Source

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

Answer

Nikolay Shmyrev picture Nikolay Shmyrev · Oct 8, 2014

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.