Live data from Hacker News

PocketSphinx+PG+JavaScript Voice/Text Experiment

vmorgulys.github.io

1–4 of 4 posts

Re: PocketSphinx+PG+JavaScript Voice/Text Experiment

#3

Original video: https://www.youtube.com/watch?v=0KR2MSFROLI CMUSphinx: http://cmusphinx.sourceforge.net/

So, what am I looking at? It seems like you fed the audio in PocketSphinx to get time-tagged text and the site basically shows said text as subtitles to what was said, is that the gist of it?

Re: PocketSphinx+PG+JavaScript Voice/Text Experiment

#4
post #3

Original video: https://www.youtube.com/watch?v=0KR2MSFROLI CMUSphinx: http://cmusphinx.sourceforge.net/

So, what am I looking at? It seems like you fed the audio in PocketSphinx to get time-tagged text and the site basically shows said text as subtitles to what was said, is that the gist of it?

> ... is that the gist of it?

Yes, it is.

I'd like to improve the speech recognition and expected some advice about that.

Another possibility is to add a semantic level with NLP or use another library like Kaldi (http://kaldi-asr.org/).

Another particularity: the WAV file is serialized in JSON (as an array).