mirror of https://bitbucket.org/ausocean/av.git
683feb5df1 | ||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
circleci.go | ||
main.go | ||
netsender.conf | ||
pi0.go | ||
pi3.go | ||
rc.local |
README.md
DESCRIPTION
looper is a process that will continually repeat playback of an audio file. Intended hardware is raspberry pi 3 or raspberry pi zero (with audio injector sound card hat, see http://www.audioinjector.net/rpi-zero).
AUTHORS
Ella Pietraroia ella@ausocean.org Saxon Nelson-Milton saxon@ausocean.org
Pi Setup:
- sudo make install_hard
- modify ma field in /etc/netsender.conf file to be mac of device
- modify audio file flag in ./looper execution command in /etc/rc.local to be path of file we'd like to play
- systemctl enable rc-local
- sudo systemctl start rc-local.service
- To check that install steps were successful, restart device and confirm that sound plays.