/rpi-emulated-music-box

Help two friends convert an antique hole-punched disc used in 1800's German music boxes into an audio-visual art piece. Uses libVLC and an RPi. Light shines through holes in the disc which triggers changes in current on photoresistors attached to a radial arm overhead. RPi picks up these changes and plays variable-length audio tracks.

Primary LanguagePython

1. create virtual environment

    $ virtualenv venv

2. activate virtual environment

    $ source venv/bin/activate

3. install dependencies

    $ pip install -r requirements