PocketSphinx+PG+JavaScript Voice/Text Experiment (vmorgulys.github.io) 3 points by vmorgulis 9y ago ↗ HN
[–] vmorgulis 9y ago ↗ Original video: https://www.youtube.com/watch?v=0KR2MSFROLICMUSphinx: http://cmusphinx.sourceforge.net/ [–] detaro 9y ago ↗ 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? [–] vmorgulis 9y ago ↗ > ... 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).
[–] detaro 9y ago ↗ 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? [–] vmorgulis 9y ago ↗ > ... 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).
[–] vmorgulis 9y ago ↗ > ... 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).
3 comments
[ 2.1 ms ] story [ 12.0 ms ] threadCMUSphinx: http://cmusphinx.sourceforge.net/
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).