Invalid ADTS sampling_frequency_index and channel_configuration why?

Posted by Moto on Stack Overflow See other posts from Stack Overflow or by Moto
Published on 2010-07-21T16:44:58Z Indexed on 2011/01/13 8:53 UTC
Read the original article Hit count: 199

Filed under:
|
|
|
|

Hello all,

I hope someone can direct me on the right path before I put a lot of time and effort on this. I'm currently trying to parse an AAC+ frame to get information such as number of channels and sample frequency. So it seems that we can simply get this information from the ADTS header but most of the time this information is inaccurate.

So the question is: -Why is this data inaccurate? What is the meaning of the ADTS header channel and sample freq? Should I rely on it? -Should I parse further down the frame to get this information?

FYI, the AAC+ raw data is coming from streaming servers...

Thanks for the help! -Moto

© Stack Overflow or respective owner

Related posts about java

Related posts about aac