Audio Converter Online - Convert Audio to WAV, MP3 & Opus

Convert any audio file your browser can decode — MP3, M4A/AAC, OGG/Opus, FLAC, WAV, WebM, even AIFF in Safari — to 16-bit WAV, MP3 at 320/192/128 kbps, or WebM/Opus, entirely on your device.

Choose a file, pick the target format, and download the result. Decoding, resampling, and encoding all run locally in your browser, so your files are never uploaded.

Audio Converter Online - Convert Audio to WAV, MP3 & Opus
Convert any audio file your browser can decode — MP3, M4A/AAC, OGG/Opus, FLAC, WAV, WebM, even AIFF in Safari — to 16-bit WAV, MP3 at 320/192/128 kbps, or WebM/Opus, entirely on your device.
Estimated WAV size: 10.09 MB per minute

WAV size = sample rate × 2 bytes (16-bit) × channels × seconds. Uncompressed audio is big — that is the price of universal compatibility.

Local-only conversion: the file is decoded and re-rendered on your device and never sent to a server.

About this audio converter

This converter turns any audio file your browser can play — MP3, M4A/AAC, OGG/Opus, FLAC, WebM, an existing WAV, and even AIFF in Safari — into your choice of three output formats: uncompressed 16-bit PCM WAV, MP3 at 320, 192, or 128 kbps, or WebM/Opus where the browser supports encoding it. It works by borrowing the browser's own media engine: decodeAudioData unpacks the compressed file into raw samples using the same battle-tested decoders that power the audio tag, and an OfflineAudioContext re-renders those samples at your chosen sample rate and channel count faster than real time. WAV output is written with a standards-correct RIFF header; MP3 is produced by a pure-JavaScript LAME encoder that loads on demand the first time you export; Opus is captured through the browser's MediaRecorder, so that option only appears when your browser can actually produce it. Which format should you pick? WAV whenever the destination refuses compressed audio or would re-encode it badly: audio editors, hardware samplers, IVR and telephony systems, video editors that want conformed audio, and archival storage. MP3 when you need small files that play absolutely everywhere — 320 kbps is transparent for almost all material, 192 kbps is the sweet spot for music sharing, and 128 kbps suits speech and podcasts. WebM/Opus gives the best quality per byte of the three but has narrower support outside browsers. One honest caveat: converting a lossy file to WAV or to a higher-bitrate MP3 does not restore quality. Lossy encoders discard information permanently; re-encoding a 128 kbps MP3 at 320 kbps only makes the file bigger, and each extra lossy generation loses a little more. FLAC is the exception — it is lossless, so FLAC to WAV is a perfect, bit-faithful unpacking. Sample rates deserve a moment. 44,100 Hz is the CD standard; 48,000 Hz is the video and broadcast standard used by virtually all film, TV, and modern interface hardware. Both capture the full range of human hearing per the Nyquist theorem. Pick 48,000 Hz for anything headed to video, 44,100 Hz for music distribution, or keep the original rate to avoid resampling entirely. The size estimator shows the cost in advance: uncompressed stereo at 44,100 Hz runs about ten megabytes per minute, while a 320 kbps MP3 is a predictable 2.29 MB per minute at any sample rate. Because everything happens locally, a whole album converts without a single byte leaving your machine — private, fast, and free of upload limits.

Common conversion recipes

Pick the format and settings by destination — the estimator shows the size trade-off immediately.

GoalSettingsWhy
MP3 voice memo into an audio editorWAV, 44,100 Hz, monoEditors want PCM; speech is mono anyway, and about 5.05 MB per minute keeps project folders manageable.
Music track for a video editWAV, 48,000 Hz, stereoVideo timelines run at 48 kHz; converting up front avoids the editor resampling on the fly.
FLAC archive to portable music filesMP3 — 320 kbpsOne lossy generation at the highest bitrate is transparent for most listeners and shrinks the file about fourfold versus WAV.
Long lecture recording for sharingMP3 — 128 kbps, monoSpeech survives 128 kbps easily; an hour lands near 55 MB and plays on every device made this century.
Sample for a hardware drum machineWAV, keep original rate, monoMany samplers sum to mono anyway; keeping the rate avoids an extra resampling pass.

How to convert audio in your browser

  1. Choose an audio file — anything your browser can decode: MP3, M4A/AAC, OGG/Opus, FLAC, WAV, WebM, or AIFF in Safari. Its duration, sample rate, and channel count appear once decoded.
  2. Pick a target format: WAV for editing and maximum compatibility, MP3 at 320/192/128 kbps for small universal files, or WebM/Opus if your browser offers it.
  3. For WAV and MP3, set the sample rate (keep original, 44,100 Hz for music, 48,000 Hz for video) and channels, then check the estimated size per minute.
  4. Press Convert audio. WAV and MP3 render offline in seconds; WebM/Opus is captured in real time.
  5. Preview the result in the player and download the converted file.

Audio converter FAQ

Are my files uploaded to a server?
No. The file is read directly into browser memory, decoded with the browser's built-in codecs, and re-encoded locally — the MP3 encoder itself runs as JavaScript in the page. Nothing is transmitted, there are no size caps beyond your device's memory, and the tool keeps working offline once loaded.
Which input formats work, and which do not?
Anything the browser's own media engine can decode: MP3, M4A/AAC, OGG/Opus, FLAC, WAV, and WebM everywhere, plus AIFF in Safari. Formats browsers never shipped decoders for — WMA, AMR, RealAudio, and most raw or exotic containers — will fail with a decode error; convert those with a desktop tool first.
Will converting my 128 kbps MP3 to WAV or 320 kbps MP3 improve the sound?
No — lossy compression discards information permanently, and no conversion can bring it back. Converting to WAV prevents further quality loss from a second lossy encode; re-encoding to a higher-bitrate MP3 only makes the file bigger while adding one more lossy generation.
Which MP3 bitrate should I pick?
320 kbps (2.29 MB per minute) is effectively transparent and the safe choice for music you care about. 192 kbps (1.37 MB per minute) is the everyday sweet spot. 128 kbps (0.92 MB per minute) is fine for speech, podcasts, and rough demos, but cymbals and dense mixes start to smear.
Why don't I see the WebM/Opus option?
Opus output is produced through the browser's MediaRecorder, and not every browser can record audio/webm with the Opus codec — Safari in particular often cannot. The option is hidden when the capability is missing; WAV and MP3 work in every modern browser.
Should I choose 44,100 or 48,000 Hz?
Use 48,000 Hz for anything destined for video, film, or broadcast, since that is the universal video standard. Use 44,100 Hz for music distribution and CD workflows. If unsure, keep the original rate — resampling you don't need is resampling you shouldn't do.