2

I would like to know about the meaning of each byte in a wav / mp3 files. But find nth from google...anyone knows where i can find such information? (Infact I would like to know all types of multimedia files in the bitstream level)

Kevin Ha
  • 21
  • 1

1 Answers1

0

MP3 files are divided into frames, each begins with a sequence of FRAMESYNC bits so hardware can find the beginning of each frame. More here.

Some info about WAV is here.

James
  • 9,064
  • 3
  • 31
  • 49