MP3 Cutter: Cut the Start or End Off an Audio File
Right in Your Browser

Drag the waveform handles to set your trim points, add smooth fades, choose your quality, and download a clean cut MP3. No uploads, ever.

Advertisement (728 x 90)
Loading audio engine... FFmpeg.wasm is initializing in the background. This is a powerful open-source audio processor running entirely inside your browser tab. It may take a few seconds on first load.

Drop your audio file here

Supported formats: MP3, WAV, OGG - up to any size (processing is local)

Browse File
audio.mp3
Start: 0.00s End: 0.00s
0:00.0 / 0:00.0
Trim Start
0.00s
Trim End
0.00s
Output Duration
0.00s

Export Settings

Bitrate Quality Bitrate controls how much audio data is preserved per second. 128kbps is good for speech and podcasts. 192kbps is a balanced choice for most music. 320kbps is near CD quality - the best for high-fidelity music lovers. Higher bitrate = larger file size.
Processing your audio...

The Ultimate Guide to Editing Audio and MP3 Bitrates

Whether you are a podcaster clipping an intro, a musician trimming a sample, or a student editing a voice memo, understanding the fundamentals of digital audio editing will help you get better results every time. The sections below explain the core concepts behind this tool - clearly, without jargon.

When you use a typical online audio editor, your file is uploaded to a remote server. That means your audio data - which might contain a private conversation, sensitive business information, medical details, or personal financial notes - travels over the internet and is temporarily (or permanently) stored on hardware you do not control.

Client-Side Processing is the technical term for what this tool does instead. The JavaScript code running in your browser tab handles every step: reading the file, rendering the waveform, applying fades, and re-encoding the audio. Your file bytes never leave your computer. There is no upload request, no server log entry, and no copy sitting in a data center. This approach is identical to how a professional desktop app like Audacity works, but it runs entirely inside your browser with no installation required.

A Waveform is a picture of sound. Every audio file is, at its core, a long series of numbers that represent how far a speaker cone should push in or out thousands of times per second. When you draw those numbers as a graph - time on the horizontal axis, volume on the vertical axis - you get the jagged, mountain-range shape you see in this tool.

Tall, wide peaks indicate loud, energetic moments in the audio - a chorus in a song, a burst of laughter, or an "um" that starts a podcast segment. Flat or near-flat sections represent silence or very quiet passages. This visual representation is enormously useful because you can pinpoint exactly where silence begins and ends, where words start, or where a music intro fades out - all without having to listen to the entire file in real time. Drag the trim handles directly over the waveform to select the exact section you want to keep.

When you cut an audio file at an arbitrary point, you are slicing through a continuous waveform. If the audio is playing at, say, 80% volume at the exact moment you cut it, the digital signal jumps instantly from that value to zero. Your speaker physically cannot move from one position to another instantaneously - that sudden jolt creates a sharp, unpleasant "pop" or "click" artifact that sounds like a glitch.

Fade In and Fade Out are the standard professional solution. A Fade In multiplies the audio volume by a curve that starts at 0 and rises to 1.0 over the specified duration (here, 2 seconds). A Fade Out does the reverse - it multiplies volume by a curve that descends from 1.0 to 0 at the end. Because the volume approaches zero before the cut point, the waveform is already near zero when the clip starts or ends, eliminating the abrupt jump entirely. The result sounds clean, intentional, and professional - exactly like a radio broadcast or commercial track.

This is one of the most common and important questions in audio editing. The short answer: trimming an MP3 always involves a small amount of re-encoding, and that can introduce a tiny degree of quality loss. Here is why.

MP3 is a Lossy format, meaning the original audio data was already compressed and some information was permanently discarded the moment it was first saved as an MP3. When this tool re-encodes the trimmed clip as a new MP3, it is compressing audio that was already compressed - a second generation encode. By contrast, a Lossless format like WAV or FLAC stores every bit of the original recording without any compression, so a WAV trim-and-re-export loses nothing.

In practice, for most listeners on typical headphones or speakers, a second-generation 192kbps or 320kbps encode is indistinguishable from the original. The degradation only becomes audible with very low bitrates (below 96kbps) or after many repeated re-encoding cycles. If your original source is a high-quality WAV or FLAC file, selecting 320kbps here will produce an excellent result. If your source is already a 128kbps MP3, choosing 320kbps will not magically restore the lost data - the output quality is bounded by the quality of the original input.

Browsers include a built-in Web Audio API that can decode and play audio files. However, it does not include an MP3 encoder - browsers can read MP3s but they cannot write new ones natively. Using only the Web Audio API, the best you can do is export a WAV file, which can be 10-15x larger than an equivalent MP3.

FFmpeg is the most widely used open-source audio and video processing library in the world. It powers YouTube, VLC, Handbrake, and hundreds of other professional tools. FFmpeg.wasm is a version of FFmpeg that has been compiled into WebAssembly - a low-level binary format that modern browsers can execute at near-native speed. This means the exact same high-quality MP3 encoding algorithm used by professional studios runs right inside your browser tab, with no server, no plugin, and no installation. The result is a properly encoded MP3 with accurate timestamps, clean fades, and your chosen bitrate - output quality that matches what a paid desktop application would produce.

Privacy & Speed First: This audio trimmer processes files entirely within your local web browser. Your music, voice memos, and podcasts are never uploaded, logged, or sent to external servers.