Skip to content

Instantly share code, notes, and snippets.

View orbitinstasis's full-sized avatar

Ben orbitinstasis

View GitHub Profile
@orbitinstasis
orbitinstasis / pyaudio on a rPi
Created April 18, 2017 18:34 — forked from brecke/pyaudio on a rPi
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