Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6670 Discussions

Does AAC Encoder support anything other than 16bit audio?

michael_weaver
Beginner
175 Views
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 Kudos
2 Replies
Vasily_Lipsyuk__Inte
175 Views
Hi,

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

Regards,
Vasily

shyaki
Beginner
175 Views
In fact, the encoder converts the 16bit buffer to 32bit internal buffer before encoding.
You can easily bypass it and add 32bit support yourself.
Reply