Audio CompressorServer
Reduce audio file size by compressing to a lower bitrate.
Drop an audio file here
or click to browse
⎆Processed on our servers. Files are deleted immediately after processing.
How to use Audio Compressor
Drop any audio
MP3, WAV, FLAC, OGG, M4A, AAC — anything ffmpeg can read.
Pick a bitrate
Lower bitrates mean smaller files. 128 kbps is a common target for speech; 192–256 kbps is fine for music.
Submit
The file uploads to the MakeMySounds server, where ffmpeg re-encodes it and returns the result.
Download
Save the compressed file. Originals are deleted from the server immediately after processing.
Frequently asked questions
- Why is this server-side?
- Re-encoding to arbitrary bitrates efficiently requires ffmpeg, which is not available in the browser without shipping a very large WebAssembly build.
- Do you keep my files?
- No. Uploads are processed in-memory and deleted as soon as the result is returned.
- Which bitrate should I pick?
- 128 kbps for voice, 192–256 kbps for music, 320 kbps only if you need the absolute highest MP3 quality.
- Need a different output format than MP3?Format converter
- Compressing dozens of files?Bulk MP3 converter