From 71bbcd1edc7850c2843f9b76b1d1aad65a3d85ee Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 12 Mar 2023 01:03:46 +0400 Subject: [PATCH] Set normalization to its current values, only threshold was changed from -75. to -40.. --- configs/radio.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/radio.liq b/configs/radio.liq index fe0e861..b85534e 100644 --- a/configs/radio.liq +++ b/configs/radio.liq @@ -41,13 +41,13 @@ playlist_random = playlist(fullpath("playlists/all-rand"), music = audio_to_stereo(playlist_random) music = replaygain(music) -music = normalize(music, target = -7., threshold = -75.) radio = smooth_add(p = 0.18, normal = music, special = live_mixin) radio = fallback(track_sensitive = false, transitions = [xfade, xfade, xfade], [ blank.strip(max_blank=15., live_show), blank.strip(max_blank=90., radio), fallback_song]) +radio = normalize(target = -12., threshold = -40., lufs = true, radio) output.icecast(%vorbis.cbr(bitrate = 128, samplerate = 44100, channels = 2), host = icecast_host, port = icecast_port,