Changes

BeagleBone

2 bytes added, 16:52, 14 May 2013
Pockesphinx
=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 configureation files. '''Config without python.''' :
**<code>autogen.sh --without-python</code>