Set normalization to its current values, only threshold was changed from -75. to -40..
This commit is contained in:
parent
e4ca8e424d
commit
71bbcd1edc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user