Trim Audio Online Free

Trim audio files online by setting exact start and end points. Create clips from recordings, songs, interviews, or voice notes.

Free online file converter tool. Works in Chrome Firefox Safari Edge Opera and other modern browsers on Windows macOS Linux Android and iOS. No software installation required. Browser-side processing keeps your file local when supported. Completely free to use with no account needed.

Trim Audio Online Free

Cut your audio files to the exact length you need. Visual waveform display with precise time controls.

Drop your audio file here

or click to browse

Supports MP3, WAV, OGG, FLAC, AAC, M4A
100% Browser-side
Free No registration
Precise Millisecond accuracy

Audio Clipper Features

Precise audio trimming with visual feedback.

Editing Features

Waveform Display

See your audio as a waveform to find the exact point to cut.

Millisecond Precision

Set exact start and end points down to the millisecond for perfect cuts.

Preview Before Export

Play and loop your selected clip before exporting to review the result.

Format Support

Multiple Inputs

Support for MP3, WAV, OGG, AAC, FLAC, M4A, and WebM audio formats.

Flexible Output

Export your trimmed audio as WAV or WebM format.

Workflow Privacy

Browser-side workflows run locally and avoid server upload when that mode is used.

How to Trim Audio in Your Browser

  1. Load your audio file

    Drop an MP3, WAV, OGG, FLAC, AAC, or M4A file onto the upload area, or click to browse. The file is decoded locally with the Web Audio API and stays on your device, then drawn as a waveform so you can see where sounds start and stop.

  2. Set the start and end points

    Drag the start handle and the end handle along the waveform to frame the section you want to keep. The dimmed areas show what gets removed, and the live duration readout updates as you move each handle. Click anywhere on the timeline to move the playhead and check a position.

  3. Preview, then trim and download

    Press Play to hear only the selected region, and enable Loop to repeat it while you fine-tune the handles. When the clip sounds right, choose WAV or WebM as the output format, click Trim Audio, and download the result. The cut is computed in your browser from the decoded samples.

WAV vs WebM Output

This clipper can export your trimmed selection in two formats. WAV is produced by a built-in 16-bit PCM encoder and works everywhere, while WebM is recorded through the browser MediaRecorder API and is more compact. Use this table to pick the right one for your clip.

AspectWAVWebM
CompressionUncompressed PCM (lossless)Compressed audio
File sizeLargerSmaller
QualityMatches the decoded source samplesGood quality at a smaller size
How it is madePure JavaScript encoder in your browserMediaRecorder API in your browser
Browser supportWorks in all modern browsersNeeds MediaRecorder (limited in older Safari)
Best forEditing, archiving, importing into audio softwareSharing and web playback where size matters

Which Output Should You Choose?

Editing a clip further

Pick WAV. The lossless PCM output imports cleanly into editors and other converters without stacking extra compression on top of your source audio.

Sharing or attaching

Pick WebM when a smaller file matters, such as sending a clip in chat or embedding it on a page that plays back in the browser.

Maximum compatibility

Choose WAV if you are unsure where the file will be opened. It plays in virtually every audio app and does not depend on MediaRecorder being available.

Older Safari or no MediaRecorder

Use WAV. If your browser cannot record WebM, the tool will report that WebM is unsupported, so WAV is the reliable fallback.

Common Problems and Fixes

The file will not load or decode

Confirm the file is one of the supported types: MP3, WAV, OGG, FLAC, AAC, or M4A. If decoding fails, the audio may be corrupt or use a codec your browser cannot decode. Try re-exporting the source or converting it to WAV first.

WebM output fails

WebM is created with the browser MediaRecorder API, which is missing in some older browsers such as older Safari. If you see a WebM not supported message, switch the output format to WAV and trim again.

Trim button reports an error

The end point must come after the start point. If you see a message about the end time, drag the handles so the selected region has length, then press Trim Audio again.

Long files feel slow or run out of memory

The whole file is decoded into memory in your browser, so very long recordings use more RAM and take longer. Close other heavy tabs, or split the work by trimming a large file into smaller sections one at a time.

References

  1. Web Audio API Specification - W3C
  2. Web Audio API - MDN Web Docs, Mozilla
  3. BaseAudioContext.decodeAudioData() - MDN Web Docs, Mozilla
  4. AudioBuffer - MDN Web Docs, Mozilla
  5. MediaRecorder API - MDN Web Docs, Mozilla
  6. The WebM Project - Google
  7. Web audio codec guide - MDN Web Docs, Mozilla
  8. RFC 2361: WAVE and AVI Codec Registries - IETF