Created
November 9, 2014 05:45
-
-
Save peterklipfel/ff9c81c581c2f4f5bebc to your computer and use it in GitHub Desktop.
install cmu sphinx on a fresh ubuntu 14.04 instance so that it runs liveexample.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install gcc build-essential python-dev python-virtualenv git gstreamer0.10-pocketsphinx \ | |
pocketsphinx-lm-wsj pocketsphinx-hmm-wsj1 python-gtk2-dev python-gi python3-gi gstreamer1.0-tools \ | |
gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \ | |
gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer0.10-gconf | |
git clone git://github.com/cmusphinx/pocketsphinx.git | |
cd pocketsphinx/gst-plugin/ | |
python livedemo.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment