av/cmd/audio-player/looper
Saxon bb22272804 cmd/audio-player/looper: general clean up of main file
No longer doing multiwriter that stdout and stderr to stdout and stderr again and buffs. Now only buffs so that we can log anything in stdout or stderr.
2020-03-06 17:50:21 +10:30
..
Makefile makefile and rc.local fix 2020-02-28 16:06:46 +10:30
README.md cmd/audio-player/looper: cleaned up README.md file 2020-03-06 14:27:22 +10:30
circleci.go cmd/audio-player/looper: added missing file headers 2020-03-06 15:26:35 +10:30
main.go cmd/audio-player/looper: general clean up of main file 2020-03-06 17:50:21 +10:30
pi0.go cmd/audio-player/looper: wrote wrapper for lookPath calls to simplify code 2020-03-06 16:10:01 +10:30
pi3.go cmd/audio-player/looper: wrote wrapper for lookPath calls to simplify code 2020-03-06 16:10:01 +10:30
rc.local looper: rc.local adding path, main.go letting finish the play to find stderr before fatal 2020-03-02 18:32:28 +10:30

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:

  1. sudo make install_hard
  2. systemctl enable rc-local
  3. sudo systemctl start rc-local.service
  4. To check that install steps were successful, restart device and confirm that sound plays.