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.

Simple audio resampling

sc_soft
Beginner
607 Views
Hi All,

I looking to do some simple audio re-sampling of 16-bit data from 48k to 44.1k. For example, I have 6400 input bytes and I want 5880 bytes out.

How can I do this with IPP? I looked at the ippsSampleDown_16s function, but this only does int factors, not floating point.

If I have to use an FIR filter, can someone point me to some sample code because it seems quite complex from the docs.

Thank you!
0 Kudos
1 Reply
Intel_C_Intel
Employee
607 Views
Hi,
you can try using ippsResamplePolyphase_* or ippsResamplePolyphaseFixed_* function
Thank you
Michael
0 Kudos
Reply