Audio-Kompressor
Dateigröße durch Auswahl von Format, Bitrate und Kanälen verringern.
🔒 Dieses Tool läuft vollständig in Ihrem Browser. Ihre Dateien werden niemals an einen Server hochgeladen.
MP3, WAV, M4A, FLAC, OGG, or the audio from a video file.
Ignored while a target size is set below.
Sets the file size you want and works out the bitrate needed to hit it.
How it works
- Choose an audio file. Its size, length, and current bitrate are read locally and shown back to you.
- Pick a format and bitrate, or enter a target size in MB and let the tool work out the bitrate for you — an estimate of the finished size appears before you commit.
- Switch to mono if it is a voice recording, and drop the sample rate for extra shrinkage on speech.
- Compress, listen to the result in place, and download it if it sounds right.
Why a cut cannot always land where you asked
For a constant-bitrate file, size follows directly from bitrate and length. Nothing else has much say in it:
[K] � � � � � � [K] � � � � � � [K]
A three-minute track at 128 kbps is 128 × 1000 × 180 ÷ 8 = 2,880,000 bytes, about 2.75MB. The same track at 320 kbps is 6.87MB, and at 64 kbps it is 1.37MB. So halving the bitrate halves the file, exactly — which is why the estimate shown above your file can be trusted before you spend time encoding.
FAQ
Is my audio uploaded anywhere?
No. The compression runs in a version of FFmpeg compiled to WebAssembly inside this page, so the file is processed on your own machine. That matters for voice notes, interviews, and recordings of meetings, which is most of what people compress.
Which bitrate should I choose?
For music, 192 kbps is high quality and 128 kbps is good enough for most listening. For speech — voice notes, interviews, podcasts — 64 kbps is clear and 32 kbps is still intelligible while being tiny. Going above 320 kbps in a lossy format gains nothing worth the size.
Can I compress a file that is already compressed?
Yes, but only downwards. Re-encoding at a lower bitrate makes the file smaller and slightly worse, because lossy compression discards detail every time. Re-encoding at a higher bitrate than the original just wastes space — the detail is already gone, and the tool tells you when the result is no smaller.
Which format gives the smallest file?
Opus, by a clear margin at low bitrates, and it is excellent for speech. AAC (M4A) beats MP3 below about 128 kbps. MP3 is the least efficient of the three but plays on absolutely everything, which is why it is the default.
What does switching to mono do?
It merges the two channels into one, which roughly halves the data needed at a given quality. For a voice recording that is usually invisible; for music it flattens the stereo image, so keep stereo there.
Can I compress audio to an exact file size?
Yes — enter a target size in MB and the tool works out the bitrate needed to land there, instead of you guessing a bitrate and checking afterward. It is most useful when there is a hard limit to hit, like an email attachment or an upload cap.
What does lowering the sample rate do?
It reduces how many times per second the audio is sampled, which shrinks the file further on top of the bitrate. 22.05 kHz is a safe cut for speech and barely noticeable; 16 kHz saves the most but starts to sound thin, so keep it for voice notes rather than music.
How large a file can it handle?
About 300MB. The whole file is held in the tab while it is processed, so beyond that a browser is likely to run out of memory. Longer recordings are better split first, or handled by a desktop tool.
How we compare
| Feature | Online Tool Store | split-video.com | VideoKit |
|---|---|---|---|
| Your recording never leaves your device | ✓ | ✗ | ✓ |
| Size estimate before you encode | ✓ | Rarely | Not usually |
| Nothing to install, no sign-up | ✓ | Sign-up is common | ✗ |
| MP3, AAC, and Opus output | ✓ | ✓ | ✓ |
| Target an exact output size in MB | ✓ | ✓ | Manual bitrate maths |
| Sample rate control for extra shrink | ✓ | Some offer this | ✓ |
The usual reason to be here is an audio file too big to email or upload — a meeting recording, a voice memo, a rehearsal take — that you would rather not hand to a conversion site. You get the size estimate up front and the result to listen to before committing. It only compresses; for cleaning up the recording itself, use an editor.