noise_reduction
Remove background noise from selected audio after profiling a pure noise sample. Adjust sensitivity, noise gain, and frequency smoothing to fine-tune the reduction.
Instructions
Apply noise reduction to the selected audio. You MUST call get_noise_profile first on a region of pure noise, then select the audio you want to clean, then call this.
Args: sensitivity: Detection sensitivity (0.01-24). Default: 6.0 noise_gain_db: Amount of noise reduction in dB (0-48). Default: 12.0 frequency_smoothing_bands: Frequency smoothing bands (0-12). Default: 3
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sensitivity | No | ||
| noise_gain_db | No | ||
| frequency_smoothing_bands | No |