Changes

Raspberry Pi

790 bytes added, 00:17, 23 May 2013
pocketsphinx
*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. (libasound and alsa-lib-dev were already installed on my beaglebone black):
**<code>opkg install alsa-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>wget http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz</code>
*Unzip:
**<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>
==megahal==