Online Audio Cutter | LazyTools
Audio Tool

Online Audio Cutter — Visual Waveform Cut with Fade In & Fade Out

Cut any audio file directly in your browser. The waveform display lets you click to set the start point and right-click to set the end point visually. Furthermore, fade in and fade out controls apply smooth amplitude ramps at the cut points — preventing the harsh pops and clicks that occur in hard cuts. Preview the result before downloading as a WAV file. No uploads, no server, no account required.

Visual waveform cut pointsClick/right-click to set rangeFade in & fade outPreview before downloadWAV export
✂️

Click or drag an audio file
MP3, WAV, OGG, M4A supported

How to use the Online Audio Cutter

1

Upload your audio file

Click the upload zone or drag an MP3, WAV, OGG or M4A file onto it. Furthermore, the tool decodes the file and draws the full waveform on the canvas below. The file statistics (duration, sample rate, channels) appear in the stats strip.

2

Set start and end points

Click anywhere on the waveform to set the green start marker. Furthermore, right-click anywhere to set the pink end marker. The selected region highlights in a pale green overlay. You can also type precise values in seconds into the Start and End fields for exact timing.

3

Add fade in and fade out

Enter a fade duration in the Fade In and Fade Out fields. Furthermore, a fade in of 0.5 seconds means the audio rises from silence to full volume over the first half second. A fade out applies the reverse envelope at the end of the cut. Moreover, fades eliminate the sharp transients that occur at the boundaries of any hard cut.

4

Preview the cut

Click Preview Cut to hear the selected section with fades applied — without downloading anything. Furthermore, this lets you fine-tune the timing before committing to the export. Adjust start, end or fade values and preview again as many times as needed.

5

Download as WAV

Click Download WAV to process and export the cut section. Furthermore, the download is a lossless WAV file suitable for any further editing. The filename is cut_audio.wav — rename it after downloading to identify the source.

When to use fade in and fade out

Fades serve different purposes depending on the context. Furthermore, the right fade duration depends on the type of audio and the intended use of the cut segment.

ContextFade inFade outReason
Podcast clip0.05–0.1s0.1–0.2sJust long enough to prevent pops
Music clip for social0.5–1s1–2sSmooth entry and exit for aesthetic feel
Sample for music production0s0.02sMinimal fade-out to avoid click — preserve attack
Ringtone0.1–0.3s0.5–1sClean entry, gradual fade before loop point
Video background music1–2s2–3sInvisible entry and exit under dialogue

How fade in and fade out work

A fade in multiplies each sample by a linear gain ramp from zero to one over the fade duration. Furthermore, this converts a hard transient at the start into a smooth amplitude envelope. Fade out applies the reverse multiplication from one to zero over the fade duration at the end.

Fade-in sample gain = sample index ÷ (fade duration × sample rate)
0.5s fade in at 44100 Hz = gains from 0 to 1 over first 22,050 samples
Fade out gain = (total samples − current index) ÷ (fade duration × sample rate)
No fade = gain = 1 for all samples (hard cut — may cause pop)

Why hard cuts cause pops

A pop or click at a cut point occurs when the audio signal is non-zero at the moment it is cut. Furthermore, the sudden jump from a non-zero value to silence creates a DC step in the waveform. Any DC step contains high-frequency energy across the entire spectrum — audible as a sharp click. A brief fade of even 5–10 milliseconds eliminates this completely.

Worked example: cutting a podcast highlight clip

A podcaster wants to share a 30-second highlight from a 45-minute episode. The cutting process:

StepValueNotes
Start point14:32.5 (872.5s)Click at the start of the quote in the waveform
End point15:02.8 (902.8s)Right-click at the end of the sentence
Duration30.3 secondsIdeal for social media clips
Fade in0.1sJust enough to eliminate any click at start
Fade out0.3sSlightly longer for a natural-feeling end
The exported 30-second WAV clip starts and ends cleanly with subtle fades. Furthermore, it can be converted to MP3 and shared directly to social media, embedded in show notes or used as a preview for new listeners. Preview the cut before exporting to confirm the timing is exactly right.

What is an audio cutter?

An audio cutter extracts a section of a longer audio file. Furthermore, it sets a start time and an end time, then outputs only the audio between those two points. This operation is fundamental in podcast editing, music production, video post-production and content creation for social media.

Browser-based audio cutters process files locally — no upload to a server is required. Furthermore, the Web Audio API decodes the audio file into a raw sample buffer, allowing precise manipulation at the sample level. Moreover, the visual waveform display makes finding the right cut point intuitive — you can see where the speech starts, where music peaks occur and where silence falls without having to listen through the entire file.

Audio cutting versus audio trimming

Trimming removes a section from the start or end of a file. Furthermore, cutting selects a range from anywhere in the file — the selected section becomes the output. The Audio Cutter here performs cutting. Moreover, the Ringtone Maker tool specialises in trimming to a fixed maximum duration for phone ringtone use cases.

Why browser-based audio cutting matters

Professional audio editors require installation, licence fees and technical knowledge. Furthermore, most simple cutting tasks — extracting a highlight clip, removing dead air from the start or end of a recording — do not require a full professional editor. A browser-based cutter handles these tasks in under a minute with no software investment. Moreover, working in the browser means the tool is available immediately on any computer, tablet or phone.

The fade in/out feature is the key quality differentiator for browser cutters. Furthermore, most simple online cutters perform hard cuts only — leaving audible clicks at cut points. Adding a 50–100 millisecond fade eliminates these artefacts entirely. Moreover, for content creators producing clips at scale, having fade controls built into the cutter saves a separate post-processing step.

Audio cutting in music production

Music producers cut samples from longer recordings for use in beats and arrangements. Furthermore, a perfectly timed one-bar loop cut from a vinyl record or live recording requires precise start and end points to loop without glitching. The waveform display helps identify zero-crossing points — moments where the waveform crosses the centre line — which are the ideal positions for loop cuts. Moreover, sample loop points set at zero crossings produce clean, pop-free loops.

Frequently asked questions

A click at the start of a cut occurs when the audio signal is at a non-zero value at the cut point. Furthermore, the sudden jump from a non-zero sample to the start of playback creates a high-frequency transient. Add a fade in of at least 0.02 seconds (20 milliseconds) to eliminate this. Moreover, for the cleanest cuts, find a zero-crossing point — where the waveform crosses the horizontal centre line — and place your start marker there.
A zero crossing is a moment where the audio waveform passes through zero amplitude. Furthermore, cutting audio at a zero crossing means the transition from silence to audio is perfectly smooth — the signal value at the first sample is zero, matching the silence before it. Cuts at non-zero values create the DC step that causes clicks. Moreover, zoom in on the waveform to find zero crossings near your intended cut point — moving the marker a few milliseconds typically finds one.
This browser tool decodes the MP3, cuts the audio, and re-encodes as WAV. Furthermore, WAV is a lossless format — the cut audio quality equals the source audio quality at the moment of decode. If you need to maintain MP3 format, use a tool like mp3DirectCut that edits MP3 at the frame boundary without re-encoding. Moreover, for most use cases the WAV export from this tool provides excellent audio quality suitable for all further processing.
Cut precision is to the nearest sample — for 44100 Hz audio, this is approximately 0.023 milliseconds. Furthermore, when you click on the waveform, the tool calculates the exact sample position from the click position relative to the canvas width. Typing values directly into the Start and End fields allows sub-tenth-of-a-second precision. Moreover, you can preview the cut with any timing combination before committing to the export.
There is no strict file size limit — the constraint is your device memory. Furthermore, a one-hour WAV file at 44100 Hz stereo requires approximately 750 MB of RAM when decoded. Most desktop computers can handle files up to 30 minutes easily. Moreover, for very long files, the waveform rendering may take a few seconds and the export process may be slow — progress is reflected in the browser's download speed.

Related music tools

Ringtone Maker

Trim audio to ringtone length with fade controls. Furthermore, the iPhone M4R format guide is included.

Audio Joiner

Join multiple audio files in sequence. Furthermore, crossfade duration control blends files at the join point.

Audio Reverse

Reverse the entire file or a selected segment. Furthermore, segment reverse is a unique feature not found in other free tools.

Waveform Visualizer

Visualise any audio as a waveform image. Furthermore, export as PNG for documentation or social media.

Audio Normalizer

Normalise cut audio to a target LUFS level. Furthermore, streaming and broadcast presets are included.

Audio Speed Changer

Change playback speed for learning or review. Furthermore, preset labels show the purpose of each speed.

Rate this tool

4.5
out of 5
370 ratings
5 ★
67%
4 ★
21%
3 ★
7%
2 ★
3%
1 ★
2%
How useful was this tool?