MP2
MP2 audio formatUsed for music, speech, and time-based sound.
- Family
- Audio
- MIME
- audio/mpeg
Free MP2 to WAV conversion online, with the real timed-stream transcoding behavior, what gets lost, and a concrete way to check the output.
Decoding MP2 recovers the waveform and channel layout it carries; writing WAV means re-expressing that under a different codec and container profile. Duration commonly survives untouched even while compression, channel mapping, cadence, metadata, or auxiliary streams do not. MP2 parsing reconciles MPEG audio frame headers, bitrate mode, sample rate, channel mode, CRC state, and any container timing before re-encoding. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded media - MPEG Audio Layer II frames still encountered in broadcast and legacy video production. Encoded delivery profile - A waveform container written here as uncompressed 16-bit PCM audio.
Used for music, speech, and time-based sound.
Designed for uncompressed production audio.
Consumer apps may assume MP3 from the MPEG name, while another lossy encode can compound Layer II artifacts.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
Confirm the codec layer, bitrate, sample rate, channels, duration, broadcast compatibility, and audible transients.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Confirm the receiving player, editor, or publishing service actually names WAV's container and codecs before switching; stay with MP2 if extra tracks or original encoding need to survive intact.