Cut Audio Files Visually, Without Installing Anything
Most audio edits are simple: keep the chorus, drop the silence at the start, save the one usable minute from a long recording. Desktop audio editors are overkill for that, and the typical “online cutter” wants to upload your file to a server first. This trimmer does the job entirely inside your browser using the Web Audio API: it decodes your file locally, draws its waveform so you can see where the sound actually is, and exports exactly the segment you choose. Your recording — whether it is a song, a lecture, or a private voice memo — never leaves your device.
How to Trim an Audio File
- Drop an audio file onto the upload zone — MP3, WAV, OGG, M4A and most common formats are accepted (anything your browser can play, it can decode).
- The waveform appears, showing peaks where the audio is loud and flat stretches where it is silent.
- Drag the start and end sliders to bracket the part you want to keep. The selected region is highlighted on the waveform, and exact times are shown in seconds.
- Click Preview selection to listen to precisely what will be exported — adjust until the cut points feel right.
- Press Export and download the trimmed clip as a WAV file.
What People Trim, in Practice
- Ringtones and alerts: isolating the best 20–30 seconds of a track.
- Voice memos: cutting the fumbling at the beginning and the silence at the end.
- Lectures and meetings: extracting the five minutes that actually matter from a two-hour recording.
- Podcast and video material: pulling a quotable segment for social media.
- Music practice: isolating a difficult passage to loop and rehearse.
Why the Output Is WAV, and What That Means
Browsers can decode MP3 and friends natively, but encoding back to MP3 is not built in — so this tool exports uncompressed WAV, the universal studio format that every player, editor and platform accepts. WAV is lossless: your trimmed clip keeps exactly the quality the source had, with no second round of compression damage. The trade-off is size, roughly 10 MB per minute of stereo audio. For most trimmed clips — typically under a minute — that is irrelevant, and if you need a smaller file afterwards, any converter or even your phone's voice app can produce an MP3/AAC from the WAV without quality concerns, because the WAV preserved everything.
Tips for Clean Cuts
Cut during silence whenever possible — the waveform's flat valleys show you exactly where those gaps are. If you must cut mid-sound, place the start point a fraction of a second before a beat or word begins; starting cuts sound natural, mid-word cuts do not. For longer projects, trim the pieces you need here one by one, then join them in order with the companion Audio Merger tool. And remember the privacy advantage that comes from client-side processing: confidential meeting recordings, legal dictations and personal messages can be edited with the certainty that not a single sample of audio was transmitted anywhere.
Frequently Asked Questions
Which audio formats can I trim?
Any format your browser can play: MP3, WAV, OGG, M4A/AAC and FLAC in most modern browsers. The file is decoded locally with the Web Audio API, so support matches your browser exactly.
Why does the tool export WAV instead of MP3?
Browsers decode MP3 natively but do not include an MP3 encoder, so the tool exports lossless WAV, which every application accepts. Your clip loses no quality, and you can convert it to MP3 elsewhere if you need a smaller file.
Is there a length or size limit?
No fixed limit. Very long recordings (multiple hours) need a lot of browser memory to decode, so on phones extremely large files may fail — desktop browsers handle long recordings comfortably.
Is my audio uploaded while trimming?
No. Decoding, waveform drawing, preview and export all run inside your browser. The recording never leaves your device, making the tool safe for private and confidential audio.