Skip to content

Instantly share code, notes, and snippets.

@peterklipfel
Created November 9, 2014 05:45
Show Gist options
  • Save peterklipfel/ff9c81c581c2f4f5bebc to your computer and use it in GitHub Desktop.
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
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