diff options
Diffstat (limited to '20210919-raspberry-pi-white-noise-machine.md')
-rw-r--r-- | 20210919-raspberry-pi-white-noise-machine.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/20210919-raspberry-pi-white-noise-machine.md b/20210919-raspberry-pi-white-noise-machine.md index 666157e..6fd4a50 100644 --- a/20210919-raspberry-pi-white-noise-machine.md +++ b/20210919-raspberry-pi-white-noise-machine.md @@ -1,6 +1,6 @@ # Raspberry Pi white noise machine -September 19, 2021 +September 19, 2021, modified on November 11, 2022 A white noise machine can help find sleep or mask ambient noise or even tinnitus. It can also be used to muffle conversation from potential eavesdroppers. I wanted to experiment with a white noise machine for sleep purposes so I decided to build one with a Raspberry Pi I had lying around. @@ -32,9 +32,8 @@ Next we are going to create a service to play the white noise automatically at s [Service] Type=simple - Restart=never User=pi - ExecStart=mpg123 --loop /home/pi/whitenoise.mp3 + ExecStart=mpg123 --loop -1 /home/pi/whitenoise.mp3 [Install] WantedBy=multi-user.target |