Changes

Raspberry Pi

76 bytes removed, 00:22, 23 May 2013
Pockesphinx
*sphinx on raspberry pi - https://sites.google.com/site/observing/Home/speech-recognition-with-the-raspberry-pi
*http://www.raspberrypi.org/phpBB3/viewtopic.php?f=37&t=9487
==Pockesphinx=*https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/aBznzq_bNuU*Install libasound2, alsa-dev, and alsa-lib-dev. bison (libasound and alsa-lib-dev were bison was already installed on my beaglebone blackraspberry pi):**<code>opkg sudo apt-get install alsalibasound2-dev</code>
*Get sphinxbase and pocketsphinx, preferrably putting them in a code directory:
**<code>wget http://sourceforge.net/projects/cmusphinx/files/sphinxbase/0.8/sphinxbase-0.8.tar.gz</code>
**<code>tar -xzf sphinxbase-0.8.tar.gz</code>
**<code>tar -xzf pocketsphinx-0.8.tar.gz</code>
*Generate configuration files. '''Configure without python.''' In the sphinxbase-0.8 directory:**<code>./autogen.sh --without-python</code>**<code>make</code>**<code>make install</code>*Repeat for pocket-sphinx...
==megahal==