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,