silence fx 2

This commit is contained in:
2024-11-11 20:32:08 +01:00
parent 24247aa760
commit d3bd79b505
+2 -2
View File
@@ -88,10 +88,10 @@ s = blank.skip(max_blank=10., s)
live_enabled = interactive.bool("Going Live!", true) live_enabled = interactive.bool("Going Live!", true)
s = crossfade(fade_out=10., fade_in=5., duration=15., switch(track_sensitive=false, switch(track_sensitive=false,
[(live_enabled, mic), [(live_enabled, mic),
({true}, s)]) ({true}, s)])
)
# Configure logging settings # Configure logging settings
log_to_stdout = true log_to_stdout = true