Free tool

Audio Cutter

Trim any audio file to exact seconds. 100% in your browser, your audio is never uploaded anywhere.

Drag your audio here or click to select

MP3, WAV, OGG, FLAC, M4A, AAC · no artificial size limit

Select audio

Built by

Miguel Ángel Colorado Marin (MACM)

Full-Stack Developer · Guadalajara, España

I develop web apps, digital tools and full projects — from design to deployment.

Contact me

The audio cutter lets you trim any MP3, WAV, OGG, FLAC, M4A or AAC file directly in your browser, with nothing to install and no upload to any server. Drag your audio, move the start and end sliders (or type the exact seconds), and download the result. Fast mode uses FFmpeg's stream copy to cut without re-encoding, ideal when you just need to remove silence at the start or end; precise mode re-encodes the segment for an exact cut down to the second. All processing runs with FFmpeg compiled to WebAssembly inside your own browser — your file never leaves your device.

Features

  • MP3, WAV, OGG, FLAC, M4A, AAC
  • Fast mode with no re-encode
  • Precise mode down to the second
  • Preview before and after
  • 100% in browser, no uploads

How to cut an audio file?

  1. 1

    Upload your audio

    Drag the file or click to select it. Supports MP3, WAV, OGG, FLAC, M4A and AAC.

  2. 2

    Set the start and end

    Move the sliders or type the exact seconds you want to keep.

  3. 3

    Choose the cut mode

    Fast (no re-encode) for maximum speed, or precise for an exact cut to the second.

  4. 4

    Download the result

    Listen to the result in the player and download it with one click.

Frequently asked questions

Is my audio uploaded to a server?

No. All the cutting is processed with FFmpeg compiled to WebAssembly inside your browser. The file never leaves your device.

What's the difference between fast and precise mode?

Fast mode copies the audio without re-encoding it (faster, the cut may vary slightly). Precise mode re-encodes the segment for an exact cut to the second, a bit slower.

What formats does it support?

MP3, WAV, OGG, FLAC, M4A and AAC. The result downloads in the same format as the original file.

Is there a size limit?

Yes, 300 MB per file, enough for practically any audio or podcast.

Related tools

Embed Audio Cutter on your site

Add Audio Cutter to any web page with a simple iframe. Free, with attribution to miguelacm.es.

<iframe
  src="https://miguelacm.es/embed/audio-cutter"
  width="100%"
  height="700"
  frameborder="0"
  title="Audio Cutter — miguelacm.es"
></iframe>
View embed in new tab →