Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6814 討論

Does AAC Encoder support anything other than 16bit audio?

michael_weaver
初學者
559 檢視
Hi,

I was wandering if the IPP aac encoder can encode PCM audio with 24 bits per sample? I've tried setting the encoder_params.m_info_in.bitPerSample to 24, but then the encoder always seems to expect 16bit audio, is this correct?

Thanks,
Michael
0 積分
2 回應
Vasily_Lipsyuk__Inte
559 檢視
Hi,

You are right.
The IPP AAC encoder can encode PCM audio with 16 bits per samples only.

Regards,
Vasily

shyaki
初學者
559 檢視
In fact, the encoder converts the 16bit buffer to 32bit internal buffer before encoding.
You can easily bypass it and add 32bit support yourself.
回覆