Hi,
I want to encode (and decode) 16 bit PCM mono audio at 8kHz sample rate to (and from) the AAC format using the 'C6748 DSP, but the AAC encoder datasheet:
states that "For mono and stereo channel, input sampling frequencies from 16 KHz to 48 KHz are supported" (AAC-LC Encoder (V01.00.01) on C674x)
Is this correct? or will it work at 8kHz?
NOTE: The decoder supports 8kHz:
"Sampling frequency range of 8 kHz – 96 kHz supported as per ISO/IEC 14496-3 standard"
I was previously targeting the 'C5502 and the AAC encoder library for it does support 8kHz sample rate, see:
"Input sampling frequencies 8kHz to 96kHz supported" (AAC-LC Encoder (v01.00.00) on C55x)
There is also a datasheet for the 'C64x+ (I think compatible with the 'C6748) AAC library:
http://www.ti.com/lit/ml/sprs406/sprs406.pdf
That states: "Input sampling frequencies from 8 KHz to 96 KHz supported" (AAC-LC Encoder (v1.01) on C64x+)
But I can't find the download.
and again there is a document for "AAC HEv2 Encoder on C64x+":
http://www.ti.com/lit/ug/spruet3a/spruet3a.pdf
Which states "Supports input sampling frequencies from 8 kHz to 96 kHz for AAC-LC encoding"
and "Supports input sampling frequencies from 16 kHz to 48 kHz for AACHE encoding"
But, again, I can't find the download.
In fact along with most of the TI software tool and library website, it's quite confusing.
Can anyone suggest a solution?
Thanks.