5 min read
Trim, cut, and split MP3 files right in your browser. Upload your audio, select a region on the waveform, preview, and download the trimmed clip.
Drag & drop your MP3 file here
or click to browse · MP3, WAV, OGG, M4A supported
Cutting audio is one of the most common tasks in audio production, content creation, and everyday file management. Here are some real-world situations where trimming an audio file makes a difference:
This tool uses the Web Audio API, a powerful set of browser-native features for audio processing. When you upload a file, the browser decodes the compressed audio into raw PCM sample data. The waveform is rendered by sampling the peak amplitudes from the decoded buffer and drawing them on an HTML Canvas element.
When you export a trimmed selection, the tool copies the relevant portion of the decoded audio buffer into a new WAV file. WAV is used for the export because it can be created entirely in the browser without any external encoding libraries, ensuring zero dependencies and maximum compatibility.
Because the entire process uses APIs built into your browser, your audio data never touches a remote server. The file is read from your local filesystem, processed in memory, and the result is saved back to your device.
Browser audio decoding support varies, but most modern browsers handle these formats well:
| Format | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| MP3 | Yes | Yes | Yes | Yes |
| WAV | Yes | Yes | Yes | Yes |
| OGG Vorbis | Yes | Yes | No | Yes |
| M4A / AAC | Yes | No | Yes | Yes |
| WebM | Yes | Yes | No | Yes |
Browser compatibility: This tool requires a modern browser with Web Audio API support. Chrome 34+, Firefox 25+, Safari 14.1+, and Edge 79+ are all supported. Internet Explorer is not supported.
Yes, this tool is completely free to use with no limits on file size or number of cuts. There are no watermarks, no sign-ups, and no hidden fees.
No. All audio processing happens entirely in your browser using the Web Audio API. Your files never leave your device.
This tool is optimized for MP3 files, but it can also handle WAV, OGG, M4A, and other formats your browser supports through the Web Audio API.
The trimmed audio is exported as a WAV file, which preserves full audio quality. You can use our audio converter tool to change it to other formats afterward.
Yes. The tool works on modern mobile browsers including Chrome and Safari on iOS and Android. The waveform and markers are touch-friendly.
Trim and cut MP3 audio files with a visual waveform editor. Select precise start and end points to extract the exact audio segment you need.
Built by Michael Lip, this tool runs 100% client-side in your browser. No data is uploaded or sent to any server. Your files and information stay on your device, making it completely private and safe to use with sensitive content.
Quick Facts
100%
Client-Side
Zero
Data Uploaded
Free
Forever
Trim Audio
Waveform View