- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You are right.
The IPP AAC encoder can encode PCM audio with 16 bits per samples only.
Regards,
Vasily
You are right.
The IPP AAC encoder can encode PCM audio with 16 bits per samples only.
Regards,
Vasily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In fact, the encoder converts the 16bit buffer to 32bit internal buffer before encoding.
You can easily bypass it and add 32bit support yourself.
You can easily bypass it and add 32bit support yourself.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page