normalize
Sets selected audio to a specified peak level to fix uneven volume. Optionally removes DC offset or processes left and right channels separately for cleaner audio.
Instructions
Normalize the selected audio to a target peak level.
Args: peak_level_db: Target peak level in dB (-145 to 0). Default: -3.0 remove_dc: Remove DC offset before normalizing. Default: True stereo_independent: Normalize L/R channels separately. Default: False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove_dc | No | ||
| peak_level_db | No | ||
| stereo_independent | No |