stage 2
This commit is contained in:
commit
ca1910de60
39 changed files with 6328 additions and 0 deletions
25
profiles/transparent.toml
Normal file
25
profiles/transparent.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name = "transparent"
|
||||
description = "Limiter only. Compressor and AGC bypassed; the safety net."
|
||||
|
||||
[agc]
|
||||
enabled = false
|
||||
|
||||
[compressor]
|
||||
enabled = false
|
||||
|
||||
[limiter]
|
||||
ceiling_dbtp = -0.1
|
||||
lookahead_ms = 2.0
|
||||
release_ms = 80.0
|
||||
hold_ms = 5.0
|
||||
oversample = 4
|
||||
link = "stereo"
|
||||
# Note: no [limiter.soft] section. Pure brickwall behavior: anything
|
||||
# under -0.1 dBTP passes untouched. Use this profile when you want
|
||||
# only the safety net and accept transients can hit the ceiling.
|
||||
|
||||
[meters]
|
||||
publish_hz = 20.0
|
||||
|
||||
[default_route]
|
||||
route = "processed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue