Skip to content

Instantly share code, notes, and snippets.

@sabas1080
Last active April 26, 2016 16:13
Show Gist options
  • Save sabas1080/ee553478da39295575595cbf08f00026 to your computer and use it in GitHub Desktop.
Save sabas1080/ee553478da39295575595cbf08f00026 to your computer and use it in GitHub Desktop.
Install Alexa Raspberry Pi
apt-get install build-essential python-dev libcurl4-openssl-dev python-pip libssl-dev wig python-alsaaudio sox espeak libsox-fmt-mp3
pip install pycurl cherrypy
sudo nano /lib/modprobe.d/aliases.conf
# This sets the index value of the cards but doesn't reorder.
options snd_usb_audio index=0
options snd_bcm2835 index=1
# Does the reordering.
options snd slots=snd-usb-audio,snd-bcm2835
apt-get install libtool automake bison libffi-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment