How MPEG to WAV audio conversion works
MPEG probe and decode → stream-aware conversion → WAV audio verify
Reading MPEG
MPEG input reads approved MPEG program or elementary video streams with bounded timing and packet data.
Creating WAV audio
WAV output extracts one selected audio stream as uncompressed PCM within the browser limits.