auto_cleanup_interview
One-click cleanup for interview audio: applies noise reduction, high-pass filter, compression, and loudness normalization. Runs in background and returns a job ID.
Instructions
ONE-CLICK INTERVIEW CLEANUP: Light-touch processing for dialogue and multiple speakers. Runs in background — returns a job_id immediately. Use check_pipeline_status to monitor.
Pipeline: DC offset > HPF 80Hz > noise reduction 8dB > compression 2.5:1 > safe loudness check. Lighter than podcast — preserves natural conversation dynamics.
Args: remove_noise: Apply noise reduction using first 0.5s as noise profile. Default: True remove_silence: Truncate long silences. 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_silence | No |