← All guides

How to Trim an Audio File (Cut Out a Section)

audiotrimedit

You have an audio file. You only want part of it. Maybe a great song moment to use as a ringtone, the actual content of a voice memo (skipping the dead air at the start), a specific bit of a podcast to share, or the seconds before someone said something you’d rather not include.

You don’t need professional audio software for this. Trimming is a basic operation that works the same regardless of the audio format.

The fastest way: trim in your browser

Use the Audio Trimmer. Drop in your audio file, pick the start and end points, click trim, save the result.

The flow:

  1. Open the Audio Trimmer
  2. Drag in your file (MP3, WAV, M4A, FLAC, OGG, AAC all supported)
  3. Drag the start handle to where the clip begins
  4. Drag the end handle to where the clip ends
  5. Click trim
  6. Download the trimmed audio

Runs in your browser. No upload, no signup, no watermark.

How precise can the trim be?

The Audio Trimmer lets you set start/end points with millisecond precision. For most use cases (cut the silent intro, extract a 30-second clip), the granularity matters less than the visual feedback — you can see the waveform and click exactly where the sound starts or stops.

For pinpoint precision (cutting at the exact silent gap between words), zoom in on the waveform first. The trimmer expands the timeline so you can click within tight windows.

Common use cases

Voice memos with dead air. You hit record, fumbled with your phone for 5 seconds, then started talking. The first 5 seconds is empty. Trim to start right when you started speaking.

Extracting a clip from a podcast. Want to share just the joke at minute 47? Trim out the 30 seconds around it, save as a short MP3.

Making a ringtone. Pick the 20-second moment from a song you want, trim, set as ringtone on your phone (some phones require the file to be specifically named or in a specific folder; that’s a phone-side question).

Removing a mistake mid-recording. You said something wrong and want to cut just that section. Trim into two clips (before and after), then use the Audio Merger to join them — effectively a “delete this section” operation.

Cropping a long meeting recording. Got an hour-long Zoom audio export and only need the 5-minute Q&A at the end? Trim to keep just that.

Cleaning up downloaded audio. Convert a video to audio with MP4 to MP3, then trim out the parts you don’t want.

What gets preserved

The trimmer extracts the audio between your start and end points and saves as the same format you input. Same:

  • Audio codec (MP3 stays MP3, WAV stays WAV)
  • Bitrate (192 kbps in → 192 kbps out for MP3)
  • Sample rate and bit depth
  • Stereo/mono channel configuration
  • Audio quality (no re-encoding for matching-codec output)

Some metadata may not carry through perfectly (tags like title, artist, album art) depending on format. For purpose-built use (a clip you’ll send to someone), this is rarely an issue.

Trim vs cut out a middle section

Trim is for keeping a single contiguous section. If you want to:

  • Keep only the first part of a file: trim from time 0 to your end point
  • Keep only the last part: trim from your start point to the end
  • Keep only the middle: trim from a start point to an end point

For “remove a middle section” (keep the first part AND the last part, drop the middle):

  1. Trim to get just the first part (save as part-1.mp3)
  2. Trim again on the original to get just the last part (save as part-2.mp3)
  3. Combine the two with the Audio Merger

This produces a single file with the middle section removed.

Bitrate and quality after trimming

If you trim an MP3, you get an MP3 of the same bitrate. No quality loss from the trim itself — the trimmer just extracts the bytes between your start and end points without re-encoding.

If you trim a WAV, you get a WAV of the same uncompressed quality. Same for FLAC.

The one case where trimming touches quality: trimming at a non-frame-boundary in MP3. MP3 stores audio in small frames (~26ms each). The trimmer rounds to the nearest frame boundary, so your start/end might shift by up to 13ms. For practical purposes this is inaudible.

Audio formats and limits

The trimmer handles common consumer audio formats:

  • MP3: full support, native handling
  • WAV: full support, uncompressed
  • M4A (AAC inside MP4 container): full support
  • FLAC: full support, lossless
  • OGG / Opus: support varies; usually works
  • AAC: bare AAC files supported

File size limit: browser memory. Typical limit is several hundred MB of audio. For most use cases (anything under 2-3 hours of MP3 at typical bitrates), no problem.

If you’ve got an extremely long recording (a full conference session in WAV at 24-bit, for example), use the WAV to MP3 converter first to bring file size down before trimming.

Adding a fade-in or fade-out

The basic trimmer doesn’t add fade effects — it makes a hard cut at your start and end points. For some use cases (ringtones, music clips), the cut feels abrupt.

Workarounds:

  • Trim to a slightly longer clip that includes natural silence at the boundaries
  • Use desktop audio software (Audacity is free, cross-platform) for fades and other effects
  • For ringtones specifically, most phones add their own brief fade automatically

For most “give me just this part” use cases, the hard cut is fine — listeners barely notice if your start/end points are well-chosen.

Privacy

The Audio Trimmer runs entirely in your browser:

  • The audio file is read with the File API
  • Decoded and extracted from your selected start/end points
  • The output is built in browser memory and offered as a download

Nothing about your audio hits a server. Important for voice memos (often personal), recorded conversations (often confidential), or audio under copyright that you’ve legally acquired but don’t want associated with your account on a third-party site.

Most “free” online audio trimmers upload the file to their server, process there, and serve back the trimmed result. With browser-based trimming, there’s nothing to leak.

TL;DR

  • Cut a section out of an audio fileAudio Trimmer
  • Drag start and end handles, click trim, download
  • Remove a middle section → trim twice (keep before, keep after) → Audio Merger
  • Audio from video firstMP4 to MP3
  • Same format in, same format out — no quality loss from trimming
  • Browser-based, no upload, no watermark