Skip to content

Instantly share code, notes, and snippets.

@DiegoTc
Created November 20, 2014 04:26
Show Gist options
  • Select an option

  • Save DiegoTc/ef0249aa45654233a567 to your computer and use it in GitHub Desktop.

Select an option

Save DiegoTc/ef0249aa45654233a567 to your computer and use it in GitHub Desktop.
BeagleBone Black Voice Recognize
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