Radio is too damn loud
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 19s

This commit is contained in:
2026-03-10 21:29:44 +00:00
parent 2916afe206
commit 6bf773487a

View File

@@ -4,7 +4,7 @@ music = playlist("/music", mode="randomize", reload_mode="watch")
live = input.harbor("${LIQUIDSOAP_HARBOR_MOUNT}", port=${LIQUIDSOAP_HARBOR_PORT}, password="${ICECAST_SOURCE_PASSWORD}")
radio = fallback(track_sensitive=false, [live, music, blank()])
radio = amplify(0.7, fallback(track_sensitive=false, [live, music, blank()]))
output.icecast(
%mp3,