2020-03-06 06:57:22 +03:00
|
|
|
# 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).
|
2020-02-28 02:29:32 +03:00
|
|
|
|
2020-02-28 05:55:07 +03:00
|
|
|
# AUTHORS
|
2020-02-28 02:29:32 +03:00
|
|
|
Ella Pietraroia <ella@ausocean.org>
|
2020-03-06 06:57:22 +03:00
|
|
|
Saxon Nelson-Milton <saxon@ausocean.org>
|
2020-02-28 02:29:32 +03:00
|
|
|
|
2020-02-28 05:55:07 +03:00
|
|
|
# Pi Setup:
|
2020-03-06 06:57:22 +03:00
|
|
|
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.
|