This commit is contained in:
2024-07-20 09:09:14 +02:00
parent 7e4dfbf8cd
commit f2fb2232ee
3 changed files with 70 additions and 2 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ s = amplify(a, s)
mic = buffer(input.pulseaudio()) # Microphone
mic = gate(threshold=-30., range=-80., mic)
mic = blank.strip(max_blank=2., min_noise=.1, threshold=-20., mic)
mic = blank.strip(max_blank=10., min_noise=.1, threshold=-20., mic)
s = add([s, mic])
#w = interactive.float("wetness", min=0., max=1., 1.)
@@ -82,7 +82,7 @@ s = add([s, mic])
# Skip blank sections in the stream
s = blank.skip(max_blank=2., s)
s = blank.skip(max_blank=10., s)
# Configure logging settings
log_to_stdout = true