stage 2
This commit is contained in:
commit
ca1910de60
39 changed files with 6328 additions and 0 deletions
24
profiles/bypass-all.toml
Normal file
24
profiles/bypass-all.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue