b2KIT

Audio Trimmer

Trim and cut audio files with waveform visualization and precise start/end controls.

Tested tool guide Tested browser tools Checked August 16, 2026

What Audio Trimmer does, with a checked example

Drop an audio file in and the tool draws its waveform, then lets you set a start point and an end point either by dragging handles on the waveform or typing exact timestamps. Everything between those two points is kept; everything outside them is discarded on export. It handles one contiguous region per pass - it is not a multi-segment editor. The thing people expect but don't get is silent gap removal or fade handling: the trim is a hard cut at the exact sample you marked, so a clip that starts mid-word or mid-note will still start mid-word or mid-note unless you nudge the marker yourself.

Worked example

A concrete input and expected output from the current implementation.

Input

A 3:15 MP3, start marker set to 00:12.500, end marker set to 00:47.200

Expected output

A new audio file 34.700 seconds long containing only the audio between 00:12.500 and 00:47.200

Output duration is simply end minus start (47.200 - 12.500 = 34.700 seconds); audio outside that window is dropped.

How the result is produced

1

Waveform from decoded samples

On load, the tool decodes the audio into raw sample data so it can draw an amplitude waveform across the full timeline. That decoded view is what you're dragging markers over, so waveform shape reflects actual signal loudness, not file metadata - a quiet passage will show as a flat, low-amplitude stretch even if it's several seconds long.

2

Start/end markers and export

Two markers define the kept region: one for the in-point, one for the out-point. You can drag them on the waveform or type numeric timestamps for sample-level precision, and playback lets you preview right at a marker before committing. Exporting renders only the samples between the two markers into a new file, leaving the original untouched.

Good uses

  • Cutting a long recording (lecture, podcast, voice memo) down to just the relevant minute or two
  • Removing dead air or silence at the start and end of a voice or music recording
  • Pulling a short clip - a ringtone-length snippet, a sound bite, a sample - out of a longer source file

Limits and checks

  • This is a single in/out trim, not multi-point cutting - to remove a chunk from the middle while keeping both ends, you need a splitter tool that supports multiple cut points, not this one
  • The cut is a hard boundary at the exact marker position with no automatic fade-in or fade-out, so trims placed mid-note or mid-word can produce an audible click or abrupt onset
  • Dragging markers by eye is limited by how zoomed-in the waveform is - at full-file zoom a drag may only be accurate to a fraction of a second, so use the typed-timestamp fields when you need sample-level precision

Common questions

Will trimming re-encode my file and lose quality?

It depends on the source format. Trimming itself only removes samples outside your markers, but if the output has to be re-encoded into a compressed format, that encoding step can introduce the same generational quality loss any lossy re-encode does. If quality loss matters, check what format the export actually produces before relying on it.

Can I add a fade-in or fade-out at my trim points?

No, this tool sets hard start and end points only - whatever audio falls on the marker plays at full volume from that sample. If you need a fade to avoid a click at the cut, you'll need a separate fade or crossfade tool after trimming.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools