Media Tool

Audio Trimmer and WAV Converter

Cut a section out of an audio file and export it as a clean WAV.

100% free Data stays private No registration
Use Audio Trimmer & WAV Converter

Select an audio file (MP3, WAV, M4A, OGG)

Drag a file here, or

Files stay on your device — nothing is uploaded.

About the Audio Trimmer & WAV Converter

Cutting a ringtone, an intro sting or a clean sample out of a longer recording does not need an audio workstation. This tool decodes the file with the Web Audio engine already in your browser, lets you set the in and out points against the real duration, and writes the selection back out as a standard 16-bit WAV that every editor and phone accepts.

What trimming audio in a browser involves

When you choose a file, the browser's Web Audio engine decodes it completely into raw samples — the actual numbers describing the waveform, thousands of them per second per channel. Once the audio is in that form, cutting a section out of it is arithmetic: copy the samples between two positions into a new buffer.

That is why the cut is exact. Tools that operate on compressed MP3 data without decoding can only cut at frame boundaries, which land roughly every 26 milliseconds and do not line up with anything musical. Working on decoded samples means the start and end points are precisely where you put them.

Reading the file information

Once decoded, three numbers appear. Duration is self-explanatory. Sample rate is how many measurements per second the recording contains — 44,100 for CD and most music, 48,000 for video audio, sometimes 16,000 or 8,000 for voice recordings and phone calls. Channels tells you whether it is mono or stereo.

These are worth glancing at. A file at 8,000 Hz will sound muffled no matter what you do with it, because the high frequencies were never recorded. A mono file exported as stereo is just the same signal twice and doubles the file size for nothing.

Why the export is WAV

Browsers can decode MP3, AAC and Ogg, but they cannot encode them. Adding MP3 export would mean shipping a large encoder library to every visitor, which slows the page for everyone whether they need it or not. WAV, by contrast, is a header followed by the raw samples, so the browser can write it directly.

The practical upshot is a file that is lossless — genuinely identical to the decoded source — and accepted by every editor, phone, sampler and video tool in existence. If you need an MP3 at the end, converting a WAV to MP3 is the one operation every audio tool on earth can do.

The size trade-off

Uncompressed 16-bit stereo audio at 44.1 kHz runs to about 10 MB per minute. An MP3 of the same minute might be 1 MB. So a trimmed WAV will usually be larger than the whole original MP3 you started with, which surprises people.

This is expected and does not mean anything went wrong. Nothing was added; the compression was simply removed. For a ringtone, an alert sound or a sample you are about to import into an editor, the size is irrelevant. For something you intend to distribute, convert it back to MP3 or AAC afterwards.

Common jobs this handles

Ringtones and alert tones, where you need a specific 20 to 30 seconds and the exact start point matters. Podcast and interview clips for social posts. Cutting the silence and throat-clearing off the front of a voice recording. Extracting a musical phrase to use as a sample. Pulling a clean audio segment out of a video file, since the tool accepts MP4 and MOV and decodes their audio track.

What it deliberately does not do is multi-track editing, fades, volume changes or effects. Those belong in a real editor. This is the quick single-cut job that would otherwise mean opening one.

Setting the in and out points

Work from the duration readout and adjust in small increments. A useful habit is to set the end point first, roughly, then refine the start, because the beginning of a clip is what listeners judge. Leave a few tens of milliseconds of silence before the first sound rather than cutting flush against it — a cut that begins mid-waveform produces an audible click.

The same applies at the end. If your clip finishes on a note that is still ringing, an abrupt cut sounds harsh. Extend the end until the sound has decayed, or plan to add a short fade in an editor afterwards.

Limits, and privacy

Decoding loads the entire file into memory as uncompressed samples, so a one-hour podcast can occupy several hundred megabytes while you work on it. Desktop browsers handle 20 to 30 minute files comfortably; phones may struggle well before that. If a long file fails to decode, that memory ceiling is almost always the reason.

Nothing is uploaded at any stage. The file is read from disk by your browser, decoded in the tab, and written back out as a download. Confidential interviews, legal recordings and unreleased music never leave the machine, and closing the tab discards everything.

How to use the Audio Trimmer & WAV Converter

  1. Choose an audio file — MP3, WAV, M4A, OGG, or even an MP4 whose audio track you want.
  2. Read the length, sample rate and channel count that appear once it decodes.
  3. Drag the start and end sliders to the section you want to keep.
  4. Export, listen to the preview, and download the WAV.

Why use this tool?

Sample-accurate cut

The trim happens on the decoded samples, not on compressed frames, so there is no half-second slop at the edges.

Reads the formats you actually have

Anything the browser can decode works, including the audio inside an MP4 or MOV file.

Lossless export

WAV is uncompressed, so the trimmed section is not re-encoded and loses nothing compared to the source.

Frequently asked questions

Why does it export WAV and not MP3?

Browsers can decode MP3 but cannot encode it without shipping a large extra library. WAV is lossless, universally supported, and can be converted to MP3 in any editor if you need the smaller file.

Why is the exported file so much bigger?

A minute of stereo WAV at 44.1 kHz is about 10 MB, because nothing is compressed. That is expected — the audio itself is identical or better.

Can I trim a very long recording?

Long files decode entirely into memory, so an hour-long podcast may be slow or fail on a phone. On a desktop browser, files of 20 to 30 minutes are usually comfortable.