← Back to Complete Guide

Convert Any Audio to Any Format (Batch Guide: MP3, WAV, FLAC, M4A, OGG)

Legacy WMAs, iPhone memos, DVD audio, game OGGs — whatever you have, whatever plays everywhere. Every common pair in one matrix, the rules that prevent quality disasters, and the batch workflow for mixed folders.

By Hadi Karaki, maker of FormatifSeptember 16, 202611 min read

Every pair, one verdict each

ConversionDo it forVerdict
WMA → MP3Escape legacy WindowsOld rips and voice recorders. Straight re-encode; keep one WMA master per irreplaceable file.
M4A (voice memo) → MP3Universal sharingiPhone memos play few places outside Apple. 128k MP3 keeps speech perfect.
FLAC → MP3 / ALACPortable / Apple librariesDownward only: 320k MP3 for everywhere, ALAC for Apple households. Masters stay FLAC.
WAV → FLACArchive at ~60% sizeBit-identical, nearly half the bytes. The single best archival move in audio.
AC3 → AACDVD audio to modernDVD/Blu-ray tracks into editable, playable AAC. Keep 5.1 layout with -ac 6 if surround matters.
AIFF → WAV / FLACLeave Mac-only workflowsSame PCM quality, broader support (WAV) or half size (FLAC).
OGG → MP3Game assets to universalVorbis is fine but niche; MP3 plays in every engine-adjacent tool and player.
Opus → MP3Voice notes to universalDiscord/WhatsApp voice exports become shareable MP3s. Slight generation loss is inaudible on speech.
MP3 → M4A / AACApple optimizationMarginal gains (AAC edges MP3 at low bitrates); only worth it for Apple-first libraries.

Two rules that prevent every audio disaster

Rule 1: never upconvert

MP3 → FLAC/M4A wraps damage bigger; WMA → MP3 is fine because both are lossy and the damage was already done. Derive everything downward from lossless originals — upward moves are format changes, never upgrades.

Rule 2: match bitrate to ears, not files

Speech is transparent at 96–128k MP3/AAC (48–64k Opus); music wants 192–320k. Most oversized audio libraries are speech encoded at music bitrates — re-encoding voice correctly halves folders with zero audible cost.

Watch mixed audio convert in one run

WMA, M4A, FLAC, OGG and more batch-converted with per-format bitrates — the matrix above, running.

Quick Solution

Mixed audio folder in, sorted formats out.

Nine pairs above, one folder containing WMAs, memos, FLACs, and OGGs — each needing different destinations. Formatif Pro ($8.95 one-time) batch-converts 12 audio formats offline — MP3, WAV, FLAC, AAC, M4A, OGG, Opus, WMA, AC3, AIFF, ALAC and more — with per-format bitrates and per-file status on corrupt headers.

The free path (and where it stops)

WMA folder → MP3 192k (Windows CMD)

for %i in (*.wma) do ffmpeg -i "%i" -c:a libmp3lame -b:a 192k "%~ni.mp3"

Memos → MP3 128k + FLAC masters → ALAC

ffmpeg -i memo.m4a -c:a libmp3lame -b:a 128k memo.mp3
ffmpeg -i master.flac -c:a alac master.m4a

Where it stops: mixed destinations per file, corrupt-header failures with no readable log, and loudness normalization in the same pass. Audio deep-dives live in our FLAC vs WAV vs ALAC and MP3 vs WAV guides.

Audio conversion questions, answered

How do I convert WMA to MP3?

Re-encode 192–320k MP3; keep one WMA master per irreplaceable file. Batch whole archives with one recipe.

iPhone voice memos to MP3?

M4A → 128k MP3. Speech stays perfect; hour memos ≈ 60MB. Transfer first, batch the folder.

FLAC to ALAC — lossless?

Yes, both directions lose nothing. Switch for Apple-only software; otherwise FLAC's support wins.

AC3 to AAC?

Re-encode 256–320k AAC; keep 5.1 mapping for surround. DVD audio becomes universally playable.

MP3 to M4A — better quality?

No — lossy-to-lossy reshuffles damage. Only for ecosystem fit; derive from lossless instead.

Batch mixed audio formats?

Sort by destination (FLAC/ALAC masters, MP3/AAC/Opus ears), one recipe per group, per-file failure logs.

Keep learning

Every format your ears need, offline.

Formatif Pro ($8.95 one-time) and Formatif AI ($12.95 one-time) handle video, image, and audio conversion offline — with batch workflows, no file size limits, and a 3-day free trial.

FFmpeg is free and exact per file — batch tools earn their place on mixed folders with per-file judgment calls.

HK

Written by

Hadi KarakiLinkedIn

Founder of Formatif, a local-first offline media processing suite for Windows and Linux. Hadi writes about video, image, and audio formats, compression, and privacy-first desktop workflows.