Skip to content

Instantly share code, notes, and snippets.

@tatmush
Created August 21, 2019 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatmush/03acbbfa5bebe226268534aac0299918 to your computer and use it in GitHub Desktop.
Save tatmush/03acbbfa5bebe226268534aac0299918 to your computer and use it in GitHub Desktop.
Install pocketsphinx on ubuntu 16.04
1. sudo apt-get install portaudio19-dev python-pyaudio
2. pip3 install pyaudio
3. sudo apt-get install swig
4. sudo apt-get install libpulse-dev
#### make sure you have pip3 (its not there by default)
5. pip3 install pocketsphinx
@tatmush
Copy link
Author

tatmush commented Aug 21, 2019

uummm, didn't work up to my expectation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment