No upload · No software · Runs in your browser
Audio Cutter
Cut a segment out of any audio file directly in your browser. Drop in an MP3, WAV, M4A, FLAC, OGG, AAC, or Opus file, drag the handles on the waveform to pick start and end, preview the selection, and download the cut. The whole pipeline runs locally with FFmpeg WebAssembly — your audio never leaves your device.
Drop your audio file here or click to browse
Any audio format · Max 20 MB
How it works
- 1Drop your audio file into the dropzone (any common format works).
- 2Wait a moment for the waveform to render — this happens locally in your browser.
- 3Drag the start and end handles on the waveform, or type exact HH:MM:SS times into the inputs.
- 4Press preview to play just the selection and confirm it sounds right.
- 5Click Cut to download the segment in the same format as the input.
What people use this for
Make a ringtone from a song
Pick a 15-30 second hook out of a track and save it as a ringtone. Most users export as MP3 and rename to .m4r for iPhone, or drop the MP3 into the Ringtones folder on Android. See the dedicated ringtone maker page for the full walkthrough.
Pull a clip out of a podcast
Grab a quotable 30-90 second segment from a podcast episode for sharing on social media, embedding in a newsletter, or referencing in a writeup. The waveform makes it easy to find the exact in/out points around the line you want.
Clean up a voice memo
Trim the dead air at the start while you fumbled to hit record, the cough in the middle, or the long pause at the end where you forgot to stop. One pass through the cutter and you have a tight, shareable file.
Extract an audiobook chapter
Some audiobooks ship as a single huge file with no chapter markers. Use the cutter to slice off one chapter at a time so you can listen on a player that does not handle bookmarking well, or so you can re-share a single chapter with someone.
Pull a music sample
Producers and beatmakers often want a 4-8 second loop out of a longer track. Drag a tight selection on the waveform, preview to confirm the loop point, and download the sample at the source quality.
Lecture or interview extraction
From a 90-minute lecture, isolate the 5 minutes that actually answer the question you needed answered. Easier to share, easier to re-listen, and easier to transcribe than the full file.
What this tool actually does
It selects one continuous segment of audio from your input file and writes that segment to a new file in the same format. Drop in a 60-minute MP3, mark a selection from 12:30 to 13:05, click Cut, and you get a 35-second MP3 back. The output file inherits the codec, sample rate, bit depth, and channel count of the input. No conversion, no re-mastering, no automatic level adjustment — just the slice you asked for. If you want to convert formats at the same time, run the cut first, then put the result through one of the format conversion tools.
Lossless vs lossy when cutting
Cutting always re-encodes the audio. This is so cuts can land at any sample, not just at codec-frame boundaries (which would force you to round to the nearest 26ms or so for MP3, or the nearest container-frame for AAC). The trade-off depends on the source format. Lossless inputs (WAV, FLAC, AIFF) re-encode to a bit-identical lossless output — every sample in the selection is preserved exactly. Lossy inputs (MP3, AAC, OGG, Opus, M4A) get one transcoding pass at the original bitrate, which introduces a small amount of additional quality loss that is essentially inaudible on typical playback gear at 192 kbps and above. If quality is critical and you have the lossless source, cut from that. For 99% of use cases (ringtones, podcast clips, voice memos), the transcoding loss is invisible.
Privacy: nothing leaves your device
The other online audio cutters work by uploading your file to a server, processing it there, and streaming the result back. We do not. The browser downloads a copy of FFmpeg compiled to WebAssembly (cached after the first visit), reads your file from local memory, runs the cut, and writes the result to a Blob you download. No upload step. No server-side temporary storage. No logs of what you cut. This matters for client recordings, NDA-covered material, leaked tracks, voice memos with personal details, sensitive interviews, or anything else you would rather not hand to a third-party server. Disconnect from the internet after the page loads and the tool still works.
Why a waveform editor matters
You can technically cut audio by typing in HH:MM:SS timestamps blindly, and the tool does support that for precision work. But for most jobs, the waveform is the difference between three guesses and one cut. The visual makes it obvious where the speaker stops talking, where the song's chorus starts, where the silence between sections lives, and where the drum hit lands. Drag the handle to that visual landmark, preview, adjust by a fraction of a second if needed, and you are done. Typing 00:01:23.450 by hand only beats the waveform when you already know the exact timestamp from a transcript.
When to reach for a desktop tool instead
This cutter is built for the common case: one file, one segment, one download. If you need to cut the same file in 15 different places, batch-process a folder of recordings, edit at the level of individual MP3 frames without re-encoding, or apply effects like fades and crossfades, a desktop editor like Audacity (free) or Reaper (paid) is the right tool. They have a learning curve this tool deliberately avoids, but they pay off on heavy lifting. For everything else — and especially for one-off cuts — you do not need the install.
Frequently Asked Questions
What audio formats can I cut?
MP3, WAV, M4A, AAC, FLAC, OGG, Opus, AIFF, and WMA are all supported, plus video files (MP4, MOV) where we extract and cut just the audio track. The output format matches the input format. If you want to change format while cutting (for example, MP3 in, WAV out), run the cut first and then convert the result with one of the format conversion tools like /mp3-to-wav or /m4a-to-mp3.
How accurate are the cuts?
Frame-accurate to the audio sample. Cuts can land at any timestamp you specify, not just at codec-frame boundaries. To make this work, the tool re-encodes the cut output rather than doing a frame-level copy. For lossy sources this means a single transcoding pass at the original bitrate (essentially inaudible quality loss on typical gear). For lossless sources (WAV, FLAC, AIFF) the re-encode is bit-identical to the original.
Will cutting reduce my audio quality?
Lossless inputs (WAV, FLAC, AIFF) come out bit-identical — no quality change. Lossy inputs (MP3, AAC, OGG, Opus, M4A) get one re-encode pass at the original bitrate, which introduces a small amount of additional loss that is inaudible to most listeners on typical playback gear at 192 kbps and above. If quality is critical and you have the original lossless master, cut from that and convert to lossy afterward rather than cutting the existing lossy file.
Is there a file size limit?
The free tier handles files up to 20 MB, which covers most short-form audio (a 20-minute MP3 at 128 kbps fits, and most voice memos easily fit). Pro ($9/month) raises this to 500 MB, which covers full podcast episodes, long lectures, and most audiobook chapters. Files larger than that should be cut with a desktop tool — at that size, browser memory becomes the bottleneck.
Are there keyboard shortcuts?
Yes. Spacebar plays and pauses the preview. Left and right arrow keys nudge the currently focused handle by one second; hold Shift for ten-second jumps and Alt for hundredth-of-a-second precision. Tab moves between the start and end handles. Pressing Enter while focused on the time inputs commits the typed value. The keyboard flow is faster than the mouse once you do this more than once or twice.
Can I cut multiple segments out of one file?
The tool extracts one segment per cut. To get three segments out of one file, run the cut three times with different start/end ranges and download three separate files. This is a deliberate UX choice — multi-marker editing adds complexity that most users never need, and the few that do are usually better served by a desktop editor like Audacity. The audio splitter page covers the multi-segment workflow in more detail.
How do I make a ringtone with this?
Drop your song, drag the selection to a 15-30 second segment (Apple caps ringtones at 30 seconds), preview, and cut. For iPhone, rename the resulting .m4a to .m4r and add it via the Files app or sync via Finder/iTunes. For Android, save the MP3 into the device's Ringtones folder and pick it from Settings > Sound. The dedicated /ringtone-maker page walks through the install steps for both platforms.
Does this work offline?
Yes, after the first page load. The browser caches the FFmpeg WebAssembly bundle the first time you visit. After that, the tool runs entirely in your browser with no network access required. You can disconnect from Wi-Fi, drop in an audio file, cut it, and download the result without any server contact. This is also why the privacy story is so simple — there is no server to send anything to.
Read more
Audio Bitrate Explained: What It Means for Quality
Understand audio bitrate, how it affects sound quality and file size, and how to choose the right bitrate for your needs.
What Is MP3? The Format Explained
Learn what MP3 is, how it works, and why it became the most popular audio format. Covers bitrate, compression, and when to use it.
What Is WAV? Everything You Need to Know
Understand the WAV audio format, its uncompressed quality, file sizes, and best uses. Learn when WAV is the right choice.
How to Convert iPhone Voice Memo to MP3 (Free, No App)
iPhone Voice Memos save as M4A files. Convert them to MP3 in your browser for free — no app download, no upload. Works on iPhone and Mac.
How to Extract Audio from Video Files
Extract audio tracks from video files and save as MP3, WAV, or other formats. Step-by-step guide for any video format.
Audio File Too Large? How to Reduce Audio File Size
Reduce audio file size by changing format, bitrate, channels, or sample rate. Practical methods to shrink WAV, FLAC, and MP3 files without unacceptable quality loss.