auto_cleanup_audio
Remove noise and artifacts from audio while preserving loudness and dynamics. Ideal when levels are already good; runs in background and returns a job ID for monitoring.
Instructions
SAFE CLEANUP: Remove noise and artifacts WITHOUT changing loudness or dynamics. Use this when audio levels are already good and you just want to clean it up. Runs in background - returns a job_id immediately. Use check_pipeline_status to monitor.
Pipeline: DC offset removal > noise reduction (opt) > click removal (opt). NO compression, NO normalize, NO LUFS. Just clean.
Args: remove_noise: Apply noise reduction using the first 0.5s as a noise profile. Default: True. IMPORTANT: the first 0.5s should be room tone/silence if this is True. remove_clicks: Remove clicks/pops (useful for vinyl/old recordings). Default: False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove_noise | No | ||
| remove_clicks | No |