Speech Recognition Engines

Flat
Pocketsphinx.js
User: kmaclean
Date: 6/29/2013 1:05 pm
Views: 3387
Rating: 4

from the cmusphinx-devel list:

Hi there,

I have been working on a port of Pocketsphinx to JavaScript using
emscripten. Combined with the Web Audio API, it works great as a
real-time recognizer for web applications, running entirely in the
browser, without plug-in.

It's on Github (https://github.com/syl22-00/pocketsphinx.js),
comments, suggestions and contributions are more than welcome!

Sylvain

--- (Edited on 6/29/2013 2:05 pm [GMT-0400] by kmaclean) ---

Re: Pocketsphinx.js
User: kmaclean
Date: 6/30/2013 3:34 pm
Views: 2472
Rating: 3

if you want to play with this without starting a web server, remember to run chrome with "--disable-web-security".

In Fedora I use:

$ cd ~/bin/pocketsphinx.js-master/webapp

$ google-chrome --disable-web-security live.html

--- (Edited on 6/30/2013 4:34 pm [GMT-0400] by kmaclean) ---

PreviousNext