This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AAC decoder frequency

Hi,

I implemented RTSP streaming protocol for music streaming.

From SDP protocol i got below value for RTPMAP field.

Media Attribute (a): rtpmap:96 MP4A-LATM/22050/1


From RTPMAP field information, received data type is AAC with frquency 22050.


If i try to play the received RTP data with this frequency song clarity is not good.



I tried to play with different AAC frequencies (frequency values are taken from
"ISO/IEC 13818-7 (AAC)" document). Finally with 64000 frequency is giving good clarity but song was some speed.


I decoded rtp data using HELIX AAC decorder.

How to calculate the frequency for AAc data from RTP streams?

What is default frequency for AAc data?

Thanks in advance.

Regards,

swathi jakkam.