MP3 Converter
Processed locally in your browser — nothing is uploaded.
Quick answer
An MP3 converter turns any audio file — WAV, FLAC, M4A, AAC or OGG — into an MP3, the format that plays on virtually every device ever made. This tool does it in your browser with ffmpeg.wasm: you pick the bitrate, it encodes locally, and nothing is uploaded. The engine downloads once (~32 MB) on first use, then every MP3 you make is produced instantly and offline.
How to mp3 converter
Add any audio file
Drop in a WAV, FLAC, M4A, AAC, OGG or other audio file. The tool reads the source codec automatically — you do not need to tell it what the file is.
Choose an MP3 bitrate
Select the quality: 128 kbps for voice, 192 kbps as an all-round music default, or 320 kbps for the highest-quality MP3.
Encode and download the MP3
The LAME-style encoder runs on your device and produces a standard .mp3 you can download and play anywhere.
Why convert to MP3 at all?
MP3 is the closest thing audio has to a universal language. It has been supported by every phone, car stereo, games console, smart speaker and cheap USB player for over two decades, and no other format comes close to that reach. Newer codecs like AAC and Opus are more efficient — they sound slightly better at the same bitrate — but "slightly better" is worthless if the target device refuses to play the file. When you need something that will *just work* for someone else, MP3 is the safe answer.
How does bitrate change the file?
An MP3 is defined largely by its bitrate. Higher numbers preserve more detail and take more space, in an almost linear relationship. Use this as a quick reference:
| Bitrate | Perceived quality | Size per minute | Use it for |
|---|---|---|---|
| 96 kbps | Acceptable | ≈ 0.7 MB | Long spoken recordings where size is critical |
| 128 kbps | Good | ≈ 0.95 MB | Podcasts, audiobooks, voice |
| 192 kbps | Very good | ≈ 1.4 MB | General music — the sensible default |
| 256 kbps | Excellent | ≈ 1.9 MB | Music you care about |
| 320 kbps | Maximum (MP3 ceiling) | ≈ 2.4 MB | Critical listening, archival MP3 |
What if my source is FLAC or WAV?
Converting from a lossless source (FLAC, WAV) to MP3 is exactly what MP3 encoding was designed for — you start with full quality and choose how much to keep. Converting from another lossy format (AAC, OGG) to MP3 is a *transcode*: the audio is decoded and re-compressed, so a little extra detail is lost each time. It is usually fine for playback, but if you have the original lossless master, encode from that instead of from an existing lossy file.
Turning a video soundtrack into MP3
If the audio you want is inside a video file, you do not need a separate step first — the video to MP3 converter extracts the soundtrack and encodes it to MP3 in one pass, all in the browser. Bring the result back here only if you later want to re-encode it at a different bitrate.
Does my file get uploaded to make the MP3?
No. Encoding happens locally through ffmpeg.wasm running in your browser tab — your source file is read into memory, compressed on your own CPU and offered back for download without ever touching a server. Confirm it in DevTools → Network: after the initial engine download, converting a file sends nothing. Your audio stays yours.
Related audio tools
For specific sources there are focused pages: WAV to MP3, M4A to MP3 and FLAC to MP3. To shrink an MP3 you already have, use the audio compressor; to move between many formats at once, the audio converter covers every pair.
Your files never leave your device
Processed locally in your browser — nothing is uploaded. You can verify it yourself: open your browser’s developer tools, watch the Network tab, and use the tool — no upload request is ever made.
Frequently asked questions
What bitrate makes the best MP3?
320 kbps is the maximum an MP3 can hold and gives the best quality, but 192 kbps is indistinguishable from it for most listeners on everyday equipment while being far smaller.
Can I convert FLAC to MP3 with this?
Yes. Drop a FLAC in and pick an MP3 bitrate. Because FLAC is lossless, the MP3 is encoded from full-quality audio, which is the ideal starting point.
Will converting to MP3 make the file smaller?
Almost always. MP3 is a compressed format, so converting from WAV or FLAC shrinks the file dramatically — often by 5–10×, depending on the bitrate you choose.
Does re-encoding an MP3 to a lower bitrate lose quality?
Yes. Going from a higher-bitrate MP3 to a lower one discards more detail, and it cannot be recovered later. Keep a copy of the highest-quality version you have.
Is the MP3 output compatible with old devices?
Yes. The encoder produces standard MP3 that plays on essentially every device with audio support, including old car stereos and basic players.
Do I need an account or payment?
No. The tool is free, needs no signup, and adds no watermark. The only download is the one-time engine.
Why is the first conversion slower than the rest?
The first use downloads the ~32 MB ffmpeg.wasm engine. It is cached afterwards, so subsequent MP3s start encoding right away.