This commit is contained in:
2024-11-11 11:49:36 +01:00
parent 88d8a1bcbe
commit 94132a8962
3 changed files with 58 additions and 40 deletions
+2
View File
@@ -75,6 +75,8 @@ mic = amplify(mic_gain, tmic)
mic = gate(threshold=-80., range=-120., mic)
mic = compress(threshold=0., ratio=2.,mic)
mic = nrj(normalize(mic))
mic = blank.strip(max_blank=10., min_noise=.1, threshold=-20., mic)
s = add([s, mic])
# Apply audio processing effects
s = nrj(normalize(s))