Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
All skills
Audio

Edit a podcast

Remove filler and silence, level the audio, and add chapter markers.

Use this skill in a chatOpens a new chat with it attached.

What it asks you for

Audiorequired
The raw recording.
Remove filler words
Cut ums and ahs.
Add chapters
Derive chapter markers from the transcript.

What it tells the AI to do

The full instructions, exactly as they run.

Edit {{ audio }}.

- Remove filler: {{ removeFiller | default(true) }}
- Chapters: {{ chapters | default(true) }}

Order matters — level LAST, after the cuts, or the loudness target is computed
over audio you then removed.

1. Transcribe for word-level timings.
2. Cut silences over ~0.8s and, if asked, filler words. Leave a short breath;
   cutting to zero makes speech sound clipped.
3. Normalize to −16 LUFS mono / −14 LUFS stereo (the podcast norm), true peak
   under −1 dBTP:

```bash
ffmpeg -i /tmp/input/in.wav -af "loudnorm=I=-16:TP=-1.5:LRA=11" /tmp/output/out.mp3
```

4. Derive chapters from topic shifts in the transcript, not fixed intervals.

Report the before/after duration.
## 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
  • podcast
  • edit

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.
  • Clean up audio

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 Edit a podcast
  • 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)
Reduce noise, tame sibilance, and normalize a recording.
  • Add a music bedLay music under a voiceover, ducked and faded correctly.