Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

Does AAC Encoder support anything other than 16bit audio?

michael_weaver
Beginner
575 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
575 Views
Hi,

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

Regards,
Vasily

0 Kudos
shyaki
Beginner
575 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.
0 Kudos
Reply