From 6bf773487a0ea18547f22df5e3e2861ecfbeba18 Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 10 Mar 2026 21:29:44 +0000 Subject: [PATCH] Radio is too damn loud --- icecast2/stream.liq.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast2/stream.liq.template b/icecast2/stream.liq.template index 2f41fdb..f9a894f 100644 --- a/icecast2/stream.liq.template +++ b/icecast2/stream.liq.template @@ -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,