diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2022-11-11 14:20:36 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2022-11-11 14:20:36 +0100 |
commit | 0644796fdf1e5ac2fc884d5557e0579b0a241354 (patch) | |
tree | e8009fb0fcb08a5b147e49ef63ff5f24e54ab69b /20210919-raspberry-pi-white-noise-machine.md | |
parent | 2ec9204c3c564ab092fbf527b8da6bac0688a512 (diff) |
small corrections to articles and generator script
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 |