How MKV to WAV audio conversion works
MKV probe and decode → stream-aware conversion → WAV audio verify
Reading MKV
MKV input can carry several stream types, so codecs, tracks, chapters, subtitles, and attachments are inspected explicitly.
Creating WAV audio
WAV output extracts one selected audio stream as uncompressed PCM within the browser limits.