auto_cleanup_audio
Remove noise and artifacts from audio without altering loudness or dynamics. Applies DC offset removal, high-pass filter, optional noise reduction and click removal.
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 > HPF 80Hz > noise reduction (opt) > click removal (opt) NO compression, NO normalize, NO LUFS. Just clean.
Args: remove_noise: Apply noise reduction using first 0.5s as noise profile. Default: True remove_clicks: Remove clicks/pops (useful for vinyl/old recordings). Default: False verify: Measure the audio before and after and report what changed. Costs two extra exports. Set False on very long projects.
IMPORTANT: If remove_noise is True, the first 0.5 seconds should be room tone / silence. DO NOT call this again if a pipeline is already running — use check_pipeline_status instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verify | No | ||
| remove_noise | No | ||
| remove_clicks | No |