25 lines
528 B
TOML
25 lines
528 B
TOML
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"
|