This commit is contained in:
atagen 2026-05-19 16:33:09 +10:00
commit ca1910de60
39 changed files with 6328 additions and 0 deletions

24
profiles/bypass-all.toml Normal file
View file

@ -0,0 +1,24 @@
name = "bypass-all"
description = "Kill switch. Everything routes to the bypass sink; limiter stands by."
[agc]
enabled = false
[compressor]
enabled = false
[limiter]
# Still configured as a fail-safe in case a stream lands on the
# processed sink anyway.
ceiling_dbtp = -0.1
lookahead_ms = 2.0
release_ms = 80.0
hold_ms = 5.0
oversample = 4
link = "stereo"
[meters]
publish_hz = 10.0
[default_route]
route = "bypass"