Audio
Clean up audio
Reduce noise, tame sibilance, and normalize a recording.
Use this skill in a chatOpens a new chat with it attached.
What it asks you for
- Audiorequired
- The recording to clean.
- Noise reduction
- How aggressive.
What it tells the AI to do
The full instructions, exactly as they run.
Clean up {{ audio }} — noise reduction: {{ strength | default("medium") }}.
```bash
ffmpeg -i /tmp/input/in.wav \
-af "highpass=f=80, afftdn=nf=-25, deesser, loudnorm=I=-16:TP=-1.5" \
/tmp/output/clean.wav
```
Be conservative. Aggressive denoise produces the watery, underwater artefact
that is far more distracting than the hiss it removed — if the choice is between
audible noise and audible processing, keep the noise and say so.
Deliver a short before/after sample alongside the full file so the user can
judge the trade rather than taking your word for it.
## Delivery
Write the finished artifact into Drive. Never upload a user's content to a
third-party file host (`0x0.st`, `catbox.moe`, `transfer.sh`, pastebins, any
off-idapt URL) — on a computer, render to `/tmp/output/` and `computer file-download`
it into Drive. If you catch yourself reaching for `curl -F`, stop: you already
hold the artifact.- audio
- denoise
- normalize
More audio skills
Run it on your own work
idapt gives this skill your files, 200+ models, and a real computer to work on. Start a chat and it is already attached.
Use Clean up audio