limiter
Prevent audio from exceeding a ceiling by applying dynamic range limiting. Set threshold, output ceiling, release, and knee width for controlled peaks.
Instructions
Apply a limiter to prevent audio from exceeding a ceiling.
Args: threshold_db: Level above which limiting starts (dB). Default: -6 makeup_target_db: Output ceiling (dB) - the industry-standard streaming ceiling is -1.0. Default: -1.0 release_ms: Release time in milliseconds. Default: 20.0 knee_width_db: Soft-knee width in dB. Default: 2.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_ms | No | ||
| threshold_db | No | ||
| knee_width_db | No | ||
| makeup_target_db | No |