Private browser-based audio compression

Audio Converter Online

Convert supported MP3, WAV, FLAC, M4A, AAC, and OGG audio locally without renaming extensions or uploading the file. Inspect the real source stream, choose only available output settings, compare the estimate, then preview and download a result whose technical details are measured again after conversion.

Local processing: this file, its name, tags, artwork, and audio content are not uploaded.
Status Choose audio file

Output

InputOutput
File size--
Container--
Codec--
Average bitrate--
Sample rate--
Channels--
Duration--
Metadata in output--
Processing time--

Download result

What an audio converter changes

An audio converter decodes the source stream and writes a new stream in a selected codec and container. The container is the file structure, while the codec describes how audio samples are represented. M4A is commonly an MP4-family container carrying AAC; OGG is a container that commonly carries Vorbis here.

The converter can also resample, downmix to mono or stereo, and remove or copy metadata where the destination permits it. Those are independent choices. The result card reports the actual codec, container, sample rate, channel count, duration, average bitrate, and metadata outcome obtained by re-inspecting the output.

Format conversion vs file compression

A format change does not guarantee a smaller file. Converting a compact MP3 to WAV usually increases size because PCM is uncompressed. Converting WAV to MP3, AAC, or Vorbis usually reduces size because the selected bitrate limits the encoded audio payload.

Converting from one lossy source to another requires another lossy generation. Choose it for compatibility or a meaningful size target, not as an audio-quality upgrade. If only the size matters, the main compressor presents a more direct quality, bitrate, or target-MB workflow.

Input and output capability table

This table reflects the installed single-thread ffmpeg.wasm build used by the page. It is intentionally narrower than the complete list of formats a desktop FFmpeg installation might support.

FormatReadWriteOutput codecBitrate control
MP3YesYeslibmp3lameYes
M4AYesYesAACYes
AAC/ADTSYesYesAACYes
OGGYesYesVorbisYes
WAVYesYesPCM 16-bitNo lossy bitrate
FLACYesYesFLACNo lossy bitrate

MP3, AAC/M4A, OGG, WAV and FLAC use cases

MP3 remains broadly compatible. M4A with AAC is efficient for phones, recordings, and many editors. Raw AAC is useful only when a workflow explicitly expects ADTS. OGG/Vorbis is common in open web and game workflows. WAV is practical for PCM interchange and editing. FLAC preserves decoded audio losslessly with compression.

Compatibility belongs to the destination, not an absolute ranking. Check what the application accepts before converting. Browser preview can also differ by platform even when ffmpeg.wasm can create the file, so download and test the result in the intended application.

Why converting to a higher bitrate does not restore detail

A bitrate describes how much encoded data is available per second; it is not a measurement of original detail. When a lossy encoder has already removed information, a later high-bitrate encode represents the decoded approximation more generously but cannot reconstruct the missing source.

The converter warns when a lossy target bitrate is above the measured source average. That warning does not prohibit a compatibility conversion, but it explains why the output may grow without becoming a faithful higher-resolution original.

Browser processing, examples, and troubleshooting

A 10-minute stereo WAV converted to 128 kbps MP3 is a typical size-reduction job. A 64 kbps voice MP3 converted to 256 kbps M4A is usually wasteful. A 44.1 kHz FLAC converted to 48 kHz WAV can meet an editing specification, but creates a large file and does not add high-frequency detail.

If conversion fails, verify that the file is non-empty, contains an audio stream, is not DRM-protected, and matches its extension. Try a smaller source on memory-limited devices. If a destination rejects the result, choose a more compatible container rather than merely renaming the extension.

FAQ

Does changing the extension convert audio?

No. A real conversion decodes the source and writes a new stream and container. Renaming a suffix does not change either one.

Can I convert MP3 to WAV?

Yes. The WAV output is PCM and will normally be much larger. It does not restore information lost by the MP3 encode.

Why is bitrate hidden for WAV and FLAC?

A lossy bitrate target is not meaningful for the reviewed PCM WAV and lossless FLAC outputs. Their size depends on different parameters.

Will metadata always be preserved?

No. Tags differ between containers. The tool copies supported metadata when requested and then reports whether output tags were detected.

Can I convert a file to the same format?

Yes, to change bitrate, sample rate, channels, or metadata. That is re-encoding, not a format change.

Why can a converted file be larger?

The destination may use PCM, lossless coding, a higher bitrate, more channels, or extra container data.