Audio Compressor reduces an audio file's size by re-encoding it at a lower bitrate (64–320 kbps) using ffmpeg.wasm, entirely in your browser. Note: this is bitrate-based file-size compression — it does not apply dynamic-range compression (threshold/ratio/attack/release) despite the tool's name.
Does this apply dynamic-range compression?
No — despite the name, this tool re-encodes your audio at a lower bitrate to shrink file size. It doesn't touch the audio's dynamic range (loud vs. quiet parts).
What output format do I get?
Always MP3, regardless of the format you uploaded.
Is there a file size limit?
No hard limit is enforced by the tool — very large files are limited only by your browser's available memory.
Is my file uploaded anywhere?
No. Everything is processed client-side via ffmpeg.wasm — nothing is uploaded to a server.