Skip to content

Instantly share code, notes, and snippets.

@priyablue
Forked from brecke/pyaudio on a rPi
Created August 21, 2017 07:38
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 priyablue/96d80edfd4ea5a293846a0d5fc8ceb1d to your computer and use it in GitHub Desktop.
Save priyablue/96d80edfd4ea5a293846a0d5fc8ceb1d to your computer and use it in GitHub Desktop.
How to install PyAudio on a Raspberry Pi
# taken from http://raspberrypihell.blogspot.pt/2013/07/pyaudio-and-how-to-install.html
sudo apt-get install git
sudo 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment