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

Is audio resample function in IPP?

Gaiger_Chen
Nouveau contributeur I
784 Visites
HI :


I would like to reample audio signle by IPP.

the input is :
*pSrc by the format : CH1[0] CH2[0], CH1[1], CH2[1], CH1[2] CH2[3]....
input number channels(ex : 2), input sampleing rate(ex: 44100Hz), input bits per sample(ex: 16bit)
onput sampleing rate(ex: 44100Hz), output bits per sample(ex: 16bit) and channel length


output is

*pDst


I found IPP manual , there is only one channel resample.(or said, no this format resample function.)


So, may I ask, is there audio resample function for the format in IPP?

thank you.
0 Compliments
2 Réponses
Chao_Y_Intel
Modérateur
784 Visites

Hello,

For iterleave data, you can use the deinterleavefunction to change it to mutiple single channel data, after processing these data, it can also use interleavefunction if needed:

ippsInterleave_
ippsDeinterleave_

Thanks,
Chao


0 Compliments
Gaiger_Chen
Nouveau contributeur I
784 Visites
HI

that is it , thank you !!
0 Compliments
Répondre