headroom/profiles/bypass-all.toml
2026-05-19 16:33:09 +10:00

24 lines
423 B
TOML

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"