Created
November 20, 2014 04:26
-
-
Save DiegoTc/ef0249aa45654233a567 to your computer and use it in GitHub Desktop.
BeagleBone Black Voice Recognize
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
| install pyaudio | |
| git clone http://people.csail.mit.edu/hubert/git/pyaudio.git | |
| sudo apt-get install libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev | |
| sudo apt-get install python-dev | |
| cd pyaudio/ | |
| sudo python setup.py install | |
| Install Speech Recognition | |
| git clone https://github.com/Uberi/speech_recognition.git | |
| cd speech_recognition/ | |
| sudo python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment