Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6709 Discussions

Does the AACEncoder support the source with resolution higher than 16bit?

Richard_X_
Beginner
317 Views

I read a comment in the sample App of audio_codec_con in the encoding section

/* we should transform 24 and 32 bits input to 16 bits one */

before calling the AACEncoder.

Does this mean the encoder cannot support higher resolutions like 24bit or 32bit? Thanks.

0 Kudos
2 Replies
Richard_X_
Beginner
317 Views

ACEncoder

::GetInfo(BaseCodecParams* info) hard-coded the resolution as

pAudioCodecInfo

->m_info_in.bitPerSample = 16;

Why?

0 Kudos
Vladimir_Dudnik
Employee
317 Views

IPP AAC encoder currently does not support resolutions bigger than 16 bit. We do not see additional advantages from that functionality, do you?

Regards,
Vladimir

0 Kudos
Reply