ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Jordi Adell's profile - activity

2015-06-30 14:05:19 -0500 received badge  Teacher (source)
2013-04-18 04:01:55 -0500 answered a question Language model with grammar for Pocketsphinx

I am using pocketsphinx wih JSGF files. But I am not using the gstreamer bridge. You can execute: pocketsphinx_continuous with the -jsgf option to pass the grammar file. You need to find the call to pocketsphinx in the code.

An other options is to convert the JSGF grammar file to a FSG file using the tool provided with SphinxBase: sphinx_jsgf2fsg

2013-04-18 03:56:34 -0500 answered a question Speech recognition packages

The most important here, is that you do not need to choose between HARK and Sphinx. HARK is a signal processing toollkit for source localisation and separation and Sphinx is a speech recognition software. However, it is very very likely that to combine them you will need to retrain or adapt the acoustic models.

2013-04-18 03:54:15 -0500 commented question Speech recognition packages

From my point of view PocketSphinx is a powerfull tool for Speech Recognition. However, it need some tuning to get the most of it. Also, HARK is a good think, I do not like the way the implemented but are good algorithms for localisation and separation in quiet environments.