Convert Audio to MP3 or WAV
Decode a supported local audio file and export a standard WAV copy without uploading it.
Related guides: How to Convert Audio Files Online (MP3, WAV, and More)
How to convert MP3 or another audio file to WAV
- Choose a local audio file that you are allowed to process.
- Wait for the browser to decode it and review the duration, channels, and sample rate.
- Choose MP3 or WAV and enter a useful output filename.
- Select Convert and Download.
- Play the exported file and check its beginning, end, channel balance, and duration.
Supported input formats
The converter accepts MP3, WAV, OGG, M4A, AAC, and other audio formats the current browser can decode. File extensions do not guarantee codec support. A format that works in one browser or operating system may fail in another. FLAC input is accepted by the file picker but still depends on browser decoding support.
Choose MP3 or WAV
WAV export creates uncompressed 16-bit PCM audio and is useful for editing, archiving an intermediate, or broad compatibility, but files are usually large. MP3 export uses a locally vendored JavaScript LAME encoder and a selected constant bitrate. MP3 is lossy, so converting from another lossy format cannot restore removed detail.
What conversion cannot restore
Converting a compressed MP3 to WAV does not recover detail removed during the original encoding. It creates an uncompressed representation of the decoded audio and avoids claiming an artificial quality improvement. Keep the best permitted source as the master and create delivery formats only when required.
Privacy and practical limits
Decoding and WAV creation happen on your device. Long recordings can require substantial memory because the browser holds uncompressed channel data while it builds the output. The tool does not download media from YouTube or another website, bypass access controls, remove protection, or convert a remote URL.
Related audio tools
Use the Audio Cutter when you need only part of a recording, or Video to Audio when the source is a permitted local video file.
Turn a permitted local audio file into MP3
Choose MP3 output and a bitrate of 96, 128, 192, 256, or 320 kbps. The browser first decodes the selected file, then the locally hosted LAME JavaScript library encodes one or two channels without uploading the source. Multichannel input is reduced to the first two decoded channels.
MP3 encoding is lossy and can be slow or memory-heavy for long recordings. Browser decoding still determines which MP3, WAV, OGG, M4A, AAC, FLAC, or other inputs can be opened. ToolZone uses the lamejs project under its included LGPL license; the unmodified library and license are shipped separately.