Audio to MP3

MP3 Converter — Fastest Free Online

QUICK ANSWER

The fastest free MP3 converter online. Drop a WAV, M4A, AAC, OGG, FLAC, WMA, AIFF, or any other common audio file and native ffmpeg re-encodes it on our server at LAME VBR ~190 kbps — perceptually transparent for speech and music. No signup, no watermark.

  • Native ffmpeg pipeline
  • LAME VBR ~190 kbps
  • WAV / M4A / AAC / OGG / FLAC / WMA / AIFF
  • No watermark, no signup
  • Up to 500 MB

Files are deleted from our server within 24 hours.

Clipy

Still converting files by hand?

4,000+ people record and share with Clipy — free forever, no watermark.

  • Record straight to a shareable MP4
  • Send a link, not a 100 MB attachment
  • Agent-readable links: AI summary, key moments, transcript
  • Free forever — no watermark, no install
Yes, record & share free

No credit card. Viewers never need an account.

Why this tool exists

  • Files upload to the nearest Backblaze B2 POP via presigned URL.
  • Native ffmpeg LAME re-encode on the server. No watermark, no signup.
  • Source and output are deleted within 24 hours.
30+ conversions and counting
Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark.

Why this is fast

Two reasons. Native server ffmpeg runs roughly 4–8x faster than browser WebAssembly on identical hardware, thanks to real SIMD, threading, and disk I/O. And the network round-trip is short: uploads land at the nearest Backblaze B2 point of presence via a presigned URL (a viewer in Bangalore is not pushing bytes through US-east), the encode runs server-side, and the finished MP3 comes back through Bunny CDN from the same edge. Most files finish in a second or two of CPU time.

What this tool does, exactly

We run ffmpeg -i input -vn -c:a libmp3lame -q:a 2 -f mp3 output.mp3. The -vn drops any video stream (some inputs carry album art), the LAME encoder re-encodes at VBR quality 2 (~190 kbps average), and the -f mp3 forces an MP3 container regardless of what the file extension would otherwise suggest. No custom sample-rate or channel changes, so a 48 kHz stereo WAV stays 48 kHz stereo MP3, and a 44.1 kHz mono Voice Memo stays 44.1 kHz mono MP3.

VBR vs CBR — why we ship VBR by default

Variable bitrate (VBR) allocates more bits to complex passages and fewer to silence, so a 60-minute podcast at VBR quality 2 is roughly the same file size as 192 kbps CBR but consistently sounds cleaner on the busy parts. CBR only wins in two narrow cases: broadcast streaming where bandwidth must be perfectly predictable, and very old hardware (1990s in-car CD changers, mostly) that mis-handles the VBR header. For everything heading to a podcast host, a phone, or a chat client, VBR is the right default. We pin to LAME's VBR quality 2 because every blind-listening sweep since 2007 (HydrogenAudio's 128/192 kbps tests in particular) puts it at the practical transparency floor for general audio.

Sister tools

Want MP3 plus WAV, M4A, and OGG output options? Audio converter has a format picker (MP3 ships today; WAV / M4A / OGG coming). Specifically converting an Apple file? M4A to MP3 converter is the focused version. Pulling audio out of a video instead? Video to audio converter and MP4 to MP3 converter both work. Trim the MP3 down? MP3 cutter. Shrink it for email? Compress audio.

Common questions

Which formats can I convert to MP3 here?

WAV, M4A, AAC, OGG, Opus, FLAC, WMA, AIFF, and most other common audio containers. Pick a file, hit convert, and you get an MP3 back — the input format is auto-detected by ffmpeg.

VBR vs CBR — why we ship VBR by default?

Variable bitrate (VBR) allocates more bits to complex passages (cymbals, dense voicings, busy mixes) and fewer to silence or simple tones. Constant bitrate (CBR) spends the same number of bits per second regardless. The result: at LAME VBR quality 2 (the setting we use), average bitrate sits around 190 kbps but the audio quality is consistently better than a 192 kbps CBR file at the same average size. CBR only wins in two narrow cases — broadcast streaming where bandwidth must be perfectly predictable, and very old hardware that mis-handles VBR headers. For files heading to a podcast host, a phone, or an email attachment, VBR is the right default.

Will converting FLAC or WAV to MP3 lose quality?

Technically yes — MP3 is lossy, so inaudible data is discarded. At our ~190 kbps VBR setting the loss is below the threshold most listeners can detect in a blind A/B test. The trade-off is a file roughly a tenth the size that plays absolutely everywhere.

How is this different from the M4A to MP3 tool?

This is the general-purpose converter that accepts any common audio format. The M4A to MP3 page is a focused version that only accepts M4A — handy if that is your only use case, but this page does the same job and more.

Is there a file size limit?

Up to 500 MB per file. That covers a multi-hour recording at normal bitrates comfortably. For larger archives, a desktop ffmpeg install handles them in one command per file.

What happens to my file after the conversion?

The source uploads to the nearest Backblaze B2 point of presence via a presigned URL, native ffmpeg runs the LAME re-encode on our server, the MP3 is delivered through Bunny CDN, and both files are deleted within 24 hours. No signup, no watermark.

Tool not working the way you expect?

Tell us what broke — we resolve every feedback within 24 hours.

Send feedback →

More free tools

Doing this for an AI workflow?

Clipy recordings are agent-readable out of the box — one link carries the video, keyframes, and transcript.

Clipy for AI agents