Difference between revisions of "Voice control (sphinx+festival)"

From robotica.unileon.es
Jump to: navigation, search
(Preliminary steps)
Line 2: Line 2:
  
 
==Preliminary steps==
 
==Preliminary steps==
 +
 +
We use [http://cmusphinx.sourceforge.net/ CMU Pocket Sphinx] for speech recognition developed on [http://www.cmu.edu/index.shtml Carnegie Mellon University], and [http://www.cstr.ed.ac.uk/projects/festival/ Festival Speech Synthesis System] for text speech developed on [http://www.ed.ac.uk/home University of Edinburgh].
 +
 +
Currently the [http://wiki.ros.org/ ROS] ''package'' [http://wiki.ros.org/pocketsphinx pocketsphinx] is available for groovy and hydro distributions. We can install it executing the next command in a terminal:
 +
 +
<syntaxhighlight>sudo apt-get install ros-"groovy or hydro"-pocketsphinx</syntaxhighlight>
  
 
<!--
 
<!--

Revision as of 18:52, 22 April 2014

< go back to main

Preliminary steps

We use CMU Pocket Sphinx for speech recognition developed on Carnegie Mellon University, and Festival Speech Synthesis System for text speech developed on University of Edinburgh.

Currently the ROS package pocketsphinx is available for groovy and hydro distributions. We can install it executing the next command in a terminal:

sudo apt-get install ros-"groovy or hydro"-pocketsphinx


< go back to main