HubTools

Audio Trimmer

Cut MP3, WAV, M4A, OGG, and FLAC audio in your browser. Sample-exact waveform editor with fade in/out and ringtone presets.

What is an audio trimmer?

An audio trimmer cuts a section out of an audio file — keeping the part you want and discarding the rest. The most common reasons to trim audio are creating ringtones, isolating quotes from podcasts or interviews, removing silence or applause from concert recordings, and producing short clips for video voice-overs or social posts. A proper audio trimmer works directly on the audio waveform so you can see exactly where each cut lands and apply a short fade to avoid the audible click that an abrupt cut produces. This tool runs entirely in your browser using the Web Audio API and a lamejs MP3 encoder running in a Web Worker, so the audio you drop in never leaves your device. Need to convert formats instead of just trim? Pair it with the upcoming audio converter.

Drop your audio file here

.MP3, .WAV, .M4A, .AAC, .OGG, .OGA, .FLAC, .WEBM · up to 200.0 MB. Everything stays in your browser — no upload, no server.

Files over 30.0 MB decode to a lot of memory in the browser; expect a brief pause while we read it.

How to use this tool

  1. 1
    Drop your audio file in
    Drag any MP3, WAV, M4A, OGG, or FLAC file onto the dropzone. The file is decoded locally — no upload happens.
  2. 2
    Drag the trim handles on the waveform
    Two handles mark the start and end of your selection. Drag them to where you want to cut, or use the typed time inputs for precision.
  3. 3
    Nudge with the keyboard for sample-precision
    Arrow keys move the handles by 0.01s. Hold Shift for 1s steps. Use Play to preview just the selection, Loop to repeat it.
  4. 4
    Add fade-in or fade-out if needed
    Toggle either fade and set the duration. Use a short 0.2-0.5s fade to avoid clicks at cut points, or longer fades for ringtones.
  5. 5
    Export to MP3 or WAV
    Pick a bitrate for MP3 (192 kbps is a good default) or choose WAV for lossless. Click Trim & download — the encoded file saves to your downloads folder.

Frequently asked questions

Where does my audio file go?
Nowhere. The file is decoded with the Web Audio API in your browser, edited in memory, and re-encoded in a Web Worker on your machine. The trimmed file is offered as a direct download. Nothing is uploaded to any server — open DevTools and watch the Network tab to confirm.