Loading audio tools…
Loading audio tools…
Convert any audio format to uncompressed WAV (PCM 16-bit). Compatible with all audio software.
Some destinations — video editors, DAWs, sample libraries, older hardware — simply expect uncompressed WAV audio and won't handle compressed formats gracefully. This tool decodes MP3, OGG, AAC, FLAC, M4A, or any format your browser can read, and writes it back out as standard 16-bit PCM WAV, the raw, universally compatible audio format nearly every piece of software understands. The conversion itself is lossless — no additional compression is applied on the way out — though it can't restore detail that a lossy source format like MP3 already discarded. Everything happens locally through the Web Audio API, so your file is decoded and re-written entirely in your browser without ever being uploaded.
Your audio never leaves your browser. All processing uses the Web Audio API locally.
Converts any audio/video file to lossless WAV (16-bit PCM). WAV files are uncompressed and compatible with all audio software.
Drop any audio file to convert to WAV
MP3, OGG, AAC, FLAC, M4A, MP4, WebM…
Upload your audio file
Click 'Choose File' or drag and drop your audio onto the upload area. Supports MP3, OGG, AAC, FLAC, M4A, and any other browser-decodable format.
Click Convert to WAV
Hit the Convert to WAV button. The tool decodes your audio and writes it out as uncompressed PCM 16-bit WAV in your browser.
Download the lossless WAV
Click Download to save the WAV file to your device.
WAV (Waveform Audio File Format) is a container for PCM — Pulse-Code Modulation — audio, which is just the raw sequence of amplitude measurements that make up a sound wave, stored without any compression. That's fundamentally different from formats like MP3, AAC, or OGG, which run audio through a lossy codec that mathematically discards frequency information judged to be less audible, in exchange for a much smaller file. Converting to WAV means decoding whatever compressed format you uploaded back into raw samples — which any browser can do natively — and then writing those samples straight into a WAV container with no further compression. Because nothing lossy is applied during the WAV-writing step itself, the conversion is lossless. What it can't do is restore audio detail that a lossy source format discarded during its own encoding — a WAV converted from a heavily compressed MP3 will sound exactly like that MP3, just uncompressed.
People need WAV output for a specific set of reasons: audio and video editing software that expects uncompressed input for accurate waveform display and sample-accurate cuts, digital audio workstations (DAWs) used for music production, sample libraries and sound design tools, and older or specialized hardware that doesn't decode compressed formats at all. WAV's simplicity — just raw samples with a small header — makes it trivial for software to read, seek through, and process without decode overhead, which is why it remains the standard interchange format across professional audio tools decades after more efficient codecs became available.
The tradeoff is size: WAV files are typically around 10 times larger than an equivalent MP3, since there's no compression removing redundant or inaudible data. That makes WAV a poor choice for long-term storage or sharing over the internet, where a compressed format is far more practical. If you're producing a final file for distribution rather than editing, you likely want the opposite conversion — the MP3 Converter shrinks WAV or other formats down to a compressed size suitable for sharing. Many workflows use both tools at different stages: convert to WAV for lossless editing, then convert the finished result to MP3 for distribution.
This tool outputs 16-bit PCM WAV at the sample rate your browser decodes the source audio at — typically 44.1 kHz or 48 kHz for standard consumer audio, matching CD and video production quality respectively. All decoding and re-encoding happens locally via the Web Audio API, with no server upload involved, so there's no artificial file size limit beyond what your device's memory can handle.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated:
Your audio files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your audio files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory