Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 476 Bytes

ampbrownie

A script for setting up your Raspberry Pi as a Guitar effects processor. It prepares the PI for realtime audio, and installs the proper patched packages.

Run it by doing the following:

sudo apt-get update && sudo apt-get --no-install-recommends install -y git-core
git clone git://github.com/adamhub/ampbrownie.git

Then execute part one of the script:

sudo ./ampbrownie/setup.sh

Checkout http://ampbrownie.com for more information.