AUD · Audio tools

Audio Splitter

Splitting a long recording into pieces is a boundary problem: where the cuts go, and what happens to the remainder. Both modes here answer it explicitly.

Equal parts

Divide the file into a set number of pieces of the same length. A 48 minute recording in 4 parts gives four 12 minute files.

The last piece absorbs any rounding, so the pieces always add back up to the source exactly.

Fixed length

Cut every N seconds. A 10 minute file at 90 seconds gives six full pieces and a 60 second remainder.

This is the mode for a hard limit: a messaging app that caps uploads at 5 minutes, or a device that reads files of a fixed size.

Boundaries on the waveform

Each planned piece is drawn on the waveform before anything is written, so the cut positions are visible against the material. If a boundary lands in the middle of a word or a beat, change the count or the length until it does not.

Output

Every piece is written in the source format at a bitrate matched to the source, and numbered in order: recording-01.mp3, recording-02.mp3, and so on. They arrive as one ZIP.

Re-encoding

Splitting a lossy file re-encodes it. The pieces are one generation below the source, which is inaudible at a normal bitrate but real.

Splitting a WAV or FLAC is lossless, so use those when the pieces will be edited further.

Frequently Asked Questions

It cuts one file into several and packages them as a ZIP. It reads WAV, MP3, M4A, AAC, Ogg, Opus, FLAC, AIFF, and WebM audio, and each piece is written in the format the source arrived in.

Equal parts divides the file into a number of pieces of the same length. Fixed length cuts every N seconds, so the last piece is whatever is left over. Use equal parts for an even split of an album side, fixed length for chunks that have to fit a size or duration limit.

The pieces are held in memory while the archive is built. Sixty is a size a browser tab can hold for a normal source without the page becoming unresponsive.

The boundaries are exact positions in seconds, and the last piece takes the remainder so rounding never drops frames. Re-encoding to a lossy format still re-encodes, so a split MP3 is a generation newer than its source.

Use the audio trimmer, which exports the range you select on the waveform. This tool cuts on a repeating interval rather than at a chosen point.

Explore Our Tools

Browse all tools