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

Revision history [back]

click to hide/show revision 1
initial version

For a simpler library, you may want to check gspeet: it's a small python library that listen (continously or not) on the microphone (using ALSA. It should work on Nao), encode the speech using the speex encoder (well, a google variant of it, actually -- it still requires libspeex), send it to Google speech API, and returns the result.

Integration in a ROS node should be trivial, but the library itself is independant.