feat: add PipeWire muter functionality and service files for Sendspin audio player

This commit is contained in:
2026-06-14 12:17:47 +02:00
parent 6e22834c5c
commit 1054d4b9d0
12 changed files with 410 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Sendspin live audio streaming server
After=pipewire.service network-online.target
Wants=pipewire.service
[Service]
ExecStart=%h/.local/bin/sendspin-live-server \
--name %H \
--port 8927 \
--http-port 8080 \
--rate 48000 \
--channels 2
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target