From 0644796fdf1e5ac2fc884d5557e0579b0a241354 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Fri, 11 Nov 2022 14:20:36 +0100 Subject: small corrections to articles and generator script --- 20210919-raspberry-pi-white-noise-machine.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '20210919-raspberry-pi-white-noise-machine.md') 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 -- cgit v1.2.3