schup011 wrote: 
> Have a look at post #36.
I think that may be "Normal".

MP3 audio data is made up of many frames. Each frame has a  header
(indicated by a unique byte sequence - 0xFF, 0xF? I think) which have
details of the stream and then the audio data.

MP3 Files will always start with a header.
MP3 stream are continuous so when players  "joins" the broadcast - it
could be in the middle of the audio data part but player doesn't know
stream or file. So decoder will look at first few bytes which is likely
to NOT be a header so decoder will fail and so decoder will then skip
data by looking for 0xFF, 0xF? sequence to find next MP3 header & frame.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114921

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to