1
0
Fork 0

Reduce noise to less audible amount.

master
Icedream 2021-03-07 22:22:07 +01:00
parent d1fb5d4535
commit ed474182a1
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
def mksafe_soft(s) = def mksafe_soft(s) =
blank_s = blank() blank_s = blank()
blank_v = drop_audio(blank_s) blank_v = drop_audio(blank_s)
silent_a = amplify(0.00005, noise()) silent_a = amplify(0.000075, noise())
silent_s = mux_video(video=blank_v, silent_a) silent_s = mux_video(video=blank_v, silent_a)
mksafe(fallback(track_sensitive=false, [s, silent_s])) mksafe(fallback(track_sensitive=false, [s, silent_s]))
end end