Trim. Convert. Normalize. Karaoke. All offline, all in one tab.
A browser-based audio editor that lets you trim any audio file to an exact region, adjust volume and playback speed, apply voice reduction, and export the result in WAV, MP3, OGG, or WebM — with no uploads and no account needed.
Powered by the Web Audio API, it decodes virtually any format your browser supports and processes everything locally on your device.
Audio Trimmer & Converter runs entirely in your browser using the Web Audio API — no server, no upload, no account. Drop in an audio file, drag the green and red trim handles to select the region you want, preview it with speed and volume controls, optionally apply normalization or karaoke mode, then export the trimmed clip in the format of your choice. Your audio never leaves your device.
The app decodes whatever format your browser supports, which typically includes MP3, WAV, OGG, M4A, FLAC, AAC, and WebM.
originalname_trim_START-END.ext.After loading a file, the waveform is drawn on a canvas showing peak amplitude for the entire file. The coloured handles let you define the trim region:
| Control | What it does |
|---|---|
| ▶ Play / ⏸ Pause | Starts or pauses playback from the current playhead position within the trim region. |
| ⏹ Stop | Stops playback and resets the playhead to the trim start. |
| Speed slider | Changes playback rate from 0.25× (slow motion) to 2× (double speed). Restarts playback immediately when adjusted. |
| Volume slider | Scales output volume from 0% to 200%. Applies in real time during playback. |
| Playhead time | Shows the current position in the file as M:SS.s. |
| Trim display | Shows the selected trim window as start → end with duration. Says "full file" when no trim is applied. |
| Reset trim | Restores trim handles to cover the full file. |
Click Peak normalize to scan the full file for the loudest sample and calculate a gain multiplier that brings that peak to 0 dBFS (full scale). The calculated gain is shown next to Gain applied. This gain is applied during both preview and export — the source file is not modified.
Karaoke mode uses a phase-cancellation technique: it subtracts the average of the left and right channels from each channel, which removes audio that is panned to the exact centre — typically lead vocals in a stereo studio mix.
| Format | Notes |
|---|---|
WAV | Uncompressed PCM, 16-bit. Always works, largest file size. Best for further editing. |
MP3 | 128 kbps, encoded via lamejs (loaded from CDN). Requires an internet connection on first use. Not available if lamejs fails to load. |
WebM | Compressed via MediaRecorder. Supported in Chrome, Edge, and most Chromium browsers. Not available in Safari. |
OGG | Compressed via MediaRecorder with Ogg Vorbis mux. Best supported in Firefox. May not be available in Chrome/Edge. |
| Shortcut | Action |
|---|---|
Space | Play / Pause |
Escape | Stop playback and reset playhead |
Ctrl+N | Apply peak normalization |
Audio Trimmer & Converter processes everything locally in your browser using the Web Audio API. No audio data, metadata, or filenames are transmitted to any server. The app does not use localStorage — nothing is stored between sessions. The only external network request is loading the lamejs library from the Cloudflare CDN when you first use MP3 export.
Any format your browser can decode. Common formats include:
.mp3 ·
.wav ·
.ogg ·
.m4a ·
.aac ·
.flac ·
.webm ·
.opus
Technologies used:
Built with: