Free Audio Tools

Tool guide

Encoder / Decoder documentation

The Encoder / Decoder converts WAV audio files to MP3 or OGG directly in your browser. It supports batch queues, format-specific quality controls, progress feedback, and local downloads without requiring a server-side upload for the conversion work.

Workflow overview

Convert WAV files in four steps

The converter uses a batch workflow: select files, choose the output format, pick a quality setting, then export each converted file from the generated download list.

1Upload WAV
2Choose format
3Set quality
4Download files

Quick start

How to convert files

  1. Open the Encoder / Decoder tool.
  2. Drag WAV files into the upload area, or click Browse Files.
  3. Confirm the files appear in the batch queue with the correct names, file types, and sizes.
  4. Select MP3 or OGG in Output Format.
  5. Use the Bitrate / Quality slider to choose the export quality.
  6. Click Convert Files and wait for Conversion Progress to reach 100%.
  7. Download each converted file from the download list below the button.
Snapshot: upload area

Drop Waveforms Here

Upload WAV files to encode them as MP3 or OGG.

Browse Files

Batch queue

Review selected files before converting

Every uploaded WAV file is added to the batch queue. The queue is designed for checking the source filename, file type, and file size before starting conversion. Use Clear All to reset the queue if you selected the wrong files.

Batch conversion is local to the browser. Converting many long files at once can use significant CPU and memory, so smaller batches are more reliable on low-power devices.
Snapshot: batch queue
Batch Queue (3 Files) delete_sweep Clear All
guitar-loop.wav WAV • 8.4 MB
voiceover.wav WAV • 2.1 MB
mix-export.wav WAV • 42.7 MB

Output settings

Choose MP3 or OGG

The Output Format dropdown changes how the quality slider behaves. MP3 uses fixed bitrate steps measured in kbps. OGG uses Vorbis quality values, which are shown as quality levels with approximate bitrate equivalents.

Snapshot: engine configuration controls
MP3
320 kbps

Highest standard MP3 bitrate; common for downloads.

MP3 bitrate guide

MP3 is the safest choice when you need maximum playback compatibility across phones, browsers, media players, cars, and older hardware.

128 kbps Small files, acceptable for voice notes, drafts, and speech-heavy audio.
192 kbps Balanced size and quality for casual music sharing.
256 kbps High-quality music export with less compression loss.
320 kbps Highest standard MP3 bitrate; best for downloads and archiving in MP3.

OGG quality guide

OGG Vorbis can produce efficient files at similar perceived quality, but compatibility is not as universal as MP3 on older devices.

q0 (~64 kbps) Low quality, useful for speech and very small files.
q2 (~96 kbps) Basic music quality with compact output.
q4 (~128 kbps) Standard quality for general-purpose audio.
q5 (~160 kbps) Recommended quality for most music exports.
q6 (~192 kbps) High quality with efficient file size.
q8 (~256 kbps) Very high quality for demanding listening.
q10 (~500 kbps) Maximum quality, larger files.

Conversion and downloads

Track progress and save the results

The Conversion Progress meter reflects the batch conversion process. When conversion finishes, download links appear below the Convert Files button. If many files are converted, that download area scrolls so every result remains reachable.

Snapshot: progress and download area
Conversion Progress 68%

Technical notes

How the browser conversion works

The tool decodes and encodes audio in the browser using client-side JavaScript and WebAssembly-based audio tooling. The conversion pipeline avoids a server-side conversion queue, which keeps the workflow fast for short and medium files and lets users download results immediately after encoding.

Troubleshooting

The Convert Files button is disabled Add at least one valid WAV file to the batch queue first.
The browser becomes slow Convert fewer files at once or close other heavy tabs. Browser encoding uses local CPU and memory.
A file fails to convert Confirm the source is a valid WAV file. Very unusual WAV encodings may not decode in every browser.
Downloads are hard to reach The download list scrolls when many files are created; use the list below the Convert Files button.
Quality option looks different after switching format This is expected. MP3 uses bitrate values; OGG uses Vorbis quality levels.