1
0

Set normalization to its current values, only threshold was changed from -75. to -40..

This commit is contained in:
Alexander Andreev 2023-03-12 01:03:46 +04:00
parent e4ca8e424d
commit 71bbcd1edc
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -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,