Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
All skills
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

  • Read this aloudTurn text into natural speech with a chosen voice.
  • Transcribe and summarizeTurn audio or video into a transcript plus a summary with action items.

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
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Learn
  • Prompts
  • Templates
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
Edit a podcast
Remove filler and silence, level the audio, and add chapter markers.
  • Add a music bedLay music under a voiceover, ducked and faded correctly.