Browser-local audio

Trim Audio Online

Choose a start and end time, preview the selected audio, and export a trimmed MP3 from one MP3, WAV, or M4A file. The source stays on your device and the trim does not use transcription credits.

One file → one precise MP3 clip
One file

One MP3, WAV, or M4A file up to 100 MB and 3 hours. Select a range up to 30 minutes; the exported MP3 is capped at 64 MB.

No file yet. Choose one MP3, WAV, or M4A file to begin.

Selected clip: 0:00.0 (0:00.0 to 0:00.0). Type exact times or use the two sliders; both accept keyboard input.

The selected range is re-encoded to 44.1 kHz stereo MP3 so MP3, WAV, and M4A produce the same duration.

Trim audio in this browser without transcription credits. Sign in only if you want the range in My records.

Trimming keeps one continuous range and does not remove a middle section. Review the privacy policy for how browser-local tools are described, and plans and usage limits for the billed transcription tools this page does not use.

How to trim audio online

Stay on this page from the source file to one downloadable clip. Nothing here sends your audio through speech recognition.

  1. 1

    Add one MP3, WAV, or M4A file

    Choose a single audio file. The browser reads its duration on the device, so no upload starts and no account is required.

  2. 2

    Set the start and end time

    Type exact times or drag the two sliders. Both accept keyboard input, and the running label shows the clip length before you commit.

  3. 3

    Preview, then export one MP3

    Hear exactly the selected range, then trim it to a new MP3 you can preview and download. The original file is never changed.

Select the part you need

An audio trimmer is a range editor first. The numbers you set are the clip you get.

A trim keeps one continuous range and discards everything before the start time and after the end time. It does not remove a section from the middle: the audio between your start and end is copied in order, with nothing cut out of it. If you need to delete a middle section, trim the two surviving parts and place them back to back in a separate join step.

Times accept several shapes. Type plain seconds like 12.5, clock style like 1:05, or full hours like 1:02:03. The two sliders cover the same values with the arrow keys, so a keyboard-only user can move the start by a tenth of a second and hear the change. The label under the range updates as you edit, which prevents the common mistake of trimming the wrong minute.

The selected range is checked before anything runs: the start must come before the end, both must sit inside the file, and the clip must be between a tenth of a second and thirty minutes. A range that fails any of those checks explains itself instead of producing a broken file.

Preview and export an audio clip

The preview and the download are the same range, so what you hear is what you save.

Preview plays the source from your start time and pauses at the end time. That is the same interval the encoder receives, so a fault in the times shows up before you download. The original file stays untouched on your device; the clip is written as a new MP3.

MP3, WAV, and M4A can all start at the same second, but they cannot share one output container. The tool re-encodes the selected range to a 44.1 kHz stereo MP3 at 96, 128, 192, 256, or 320 kbps. Re-encoding adds one generation of loss to an already-compressed source, so choose the highest bitrate you plan to keep if the clip is the master copy.

After encoding, the tool reads the produced duration back and rejects a mismatch above 100 milliseconds, so a silently truncated clip cannot be downloaded. That is a length check, not a content check: it confirms how long the clip is, not which words were kept. Always compare the selection preview with the downloaded result.

Trim MP3, WAV, and M4A in your browser

The file you already have is the file you use. No conversion detour, no upload, no speech model.

Phones export M4A, recorders write WAV, and most shared audio arrives as MP3. All three open in the same page. The source is mounted into a verified local audio engine, decoded, and re-encoded to MP3, so a 48 kHz WAV and a 22.05 kHz M4A both come out at a consistent 44.1 kHz stereo.

Trimming is a media edit, not a transcription. This page never calls a speech model, never opens a microphone, and never deducts transcription minutes. The verified engine is downloaded after you start a trim; that runtime download is separate from your media and your file is not part of it.

Accepted input is one MP3, WAV, or M4A file up to 100 MB and three hours long. The selected range can be up to thirty minutes, and the exported MP3 is capped at 64 MB for browser memory safety. The browser checks these limits when you choose a file and the execution step rechecks size, decodability, duration, and the encoded result before it returns anything.

Public sample

A real trim you can reproduce

These labeled files are original practice clips, not a customer upload and not an accuracy score.

The practice source is a short spoken paragraph, exported three ways on purpose: an MP3, a WAV, and an M4A. Trimming the same 2.0-second to 7.0-second window from each proves that the page normalizes format and sample rate instead of refusing a file it does not already like.

The failure sample is a file with an audio extension but no decodable frames: broken.wav is plain text pretending to be audio, so the decoder rejects it before any output is written.

Download the practice source, set the start to 2.0 and the end to 7.0, and trim. The expected result is one 44.1 kHz stereo MP3 of about five seconds. The committed expected file lets you compare duration and channel layout yourself.

Sample inputs

Expected output

  • expected-trim.mp3 — 44.1 kHz stereo MP3
  • The same words from 2.0 seconds to 7.0 seconds, about five seconds long.
  • A boundary error of 100 milliseconds or less against the requested range.

Generated with the same FFmpeg arguments this page runs locally. It is a reproducibility aid, not a benchmark.

Trimming versus transcription

Both start with a recording and both shorten the work. They produce different things.

Trimming keeps audio and removes time. The output is still sound: a shorter clip you can send, loop, or archive. It changes nothing about what was said, because it does not read the words. A trim is done the moment the encoder finishes, with no language model and no minutes billed.

Transcription keeps the words and removes the listening. The output is text with timestamps, and it usually costs account credits because a speech model runs on a server. It is the right tool for notes, captions, or search, and the wrong tool when you only need a cleaner audio file.

The two combine well. Trim first so the speech model only processes the part that matters, then download the MP3 and take it to the MP3 to Text Converter. Trimming itself always uses zero transcription credits, so the clip is free to prepare before any billed step.

WhisperWeb vs desktop editors vs cloud audio trimmers

Choose the workflow that matches the job. Public product pages checked 19 September 2026. Plan details change.

DecisionWhisperWebDesktop audio editorCloud audio trimmer
Where the audio goesWhisperWebAvailable: Stays in your browserThe source is processed locally with a verified WebAssembly engine. The audio is not uploaded.Desktop audio editorAvailable: Stays on your machineInstall an application and manage your own files, storage, and updates.Cloud audio trimmerLimited: Uploaded to a hostHosted trimmers usually require an upload first and may keep files on their servers.
Range precisionWhisperWebAvailable: Re-encoded to your exact timesSeek plus exact duration, then the produced length is verified to within 100 ms.Desktop audio editorAvailable: Sample-accurate, manualWaveform editing allows frame-level control, but it is slower to learn.Cloud audio trimmerLimited: Often frame-snapped or plan-limitedSome hosted tools cut on compressed-frame boundaries or gate precision behind a plan.
Formats and limitsWhisperWebAvailable: MP3, WAV, and M4AOne file up to 100 MB and three hours; range up to 30 minutes; output capped at 64 MB.Desktop audio editorAvailable: Broad codec supportLarge projects are limited mainly by disk space and machine performance.Cloud audio trimmerLimited: Varies by vendorUpload caps, retention windows, and format support differ per product and plan.
Credits and transcriptionWhisperWebAvailable: No transcription creditsThis page never calls a speech model. It does not deduct minutes and does not create a transcript.Desktop audio editorAvailable: No cloud minutesOffline editing does not consume a hosted service's minutes.Cloud audio trimmerNot available: Sometimes bundled with paid ASRSome hosted suites route audio through paid speech-to-text even when you only want a shorter file.

WhisperWeb details match the trimmer on this page. Desktop and cloud columns describe common approaches seen on public editor and trimmer pages on 19 September 2026, not a paid test of every vendor. See our plans and usage limits for billed speech tools, which this page does not use.

Use WhisperWeb when you have one ordinary recording and want a shorter MP3 without an upload, an account, or a transcription charge. Use a desktop editor when you need multi-track mixing, spectrum repair, or frame-level fades. Use a cloud trimmer only when you cannot run something locally and you accept the host's upload, retention, and pricing terms.

One clean clip for the next step

The download is an ordinary MP3. Open it in any player, editor, or notes app.

A studio waveform with a highlighted middle range being cut out as one precise audio clip

From a long recording to a precise clip

Podcasters pull a single answer, students keep one explanation, and interviewers shorten a quote before sharing it. Setting two times is the whole edit. Nothing is uploaded, and the trimmed MP3 is ready to hand off in one download.

Generated use-case illustration, not an actual customer result. The runnable sample above is separate and downloadable.

Limits, privacy, and cost

Accepted input is one MP3, WAV, or M4A file up to 100 MB and three hours. The selected range can be up to thirty minutes and the exported MP3 is capped at 64 MB. The front end shows these limits and the local execution step enforces them again before encoding.

Trimming runs on your device. The selected audio is not sent to a speech model and does not deduct transcription minutes. The page downloads the verified WebAssembly engine after you start a trim; that engine download is separate from your media, and your file is not part of it.

A signed-in save stores the source file name, size, measured duration, the selected range, and the output settings under your account so the task can be reopened from My records. It does not store the audio bytes, because they never leave the browser. After a tab closes, choose the same file again to rebuild the clip. Tasks are owner-only and are not placed in a public index.

This page does not log audio content or sign-in secrets. Only trim audio you have the rights to use. Trimming does not repair a noisy recording, and re-encoding to MP3 adds one lossy generation.

Frequently asked questions

Can I remove a middle section?

Not in one pass. This page keeps one continuous start-to-end range, so everything between your two times stays in the clip. To drop a middle section, trim the part before it, trim the part after it, and place the two results back to back with the Audio Joiner. A single trim never removes audio from inside the range.

Will the original file be changed?

No. Your file stays untouched on your device and is never uploaded. The tool reads it locally and writes a new MP3 containing only the selected range. If you dislike the result, the original is exactly where you left it, and you can trim a different range as many times as you like.

Can I transcribe the trimmed result?

Yes. Download the clipped MP3 and take it to the MP3 to Text Converter. Trimming first means the speech model only processes the part you care about. Trimming itself uses no transcription credits, so preparing the clip costs nothing.

Are my audio files uploaded?

No. The trim runs in your browser with a verified WebAssembly engine. The audio bytes stay on your device; only an optional signed-in save stores the source details and the selected range, not the audio itself.

Does trimming use transcription credits?

No. This page does not call a speech model and does not deduct transcription minutes. It starts no transcript. Billed speech tools live on other pages; see the plans and usage limits if you also need written text.