Add loop mode to soundboard

This commit is contained in:
jude
2023-07-09 13:19:18 +01:00
parent 1a1b1b8144
commit e30a08e019
6 changed files with 145 additions and 28 deletions

4
debian/postrm vendored
View File

@ -4,8 +4,4 @@ set -e
id -u soundfx &>/dev/null || userdel soundfx
if [ -f /etc/soundfx-rs/config.env ]; then
rm /etc/soundfx-rs/config.env
fi
#DEBHELPER#