- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to resample 44.1kHz 16 bit stereo to 48kHz 16 bit stereo with Intel IPP.
Since I'm new in IPP world, after a few days of reading tons of documentation, I'm nowhere.
What I have is this:
// imagine that we call this only once somewhere during the 'initialization'.
I'm not sure that above lines are 100% correct for my needs.
I tried using ippsFIRMR32s_Direct_16s_Sfs(), but the 'pTaps' parameter should be of 'Ipp32s *' type, and I have 'Ipp64f*'.
There is also an ippsFIRMRInitAlloc64f_32s() function, but I still can't figure out what to do next with the 'IppsFIRState64f_32s *'.
Some pseudo code would help a lot (if possible).
Basically, I'm trying to create a code that will resample incoming buffers. From a PCM file for example. The point is to get fast resampling with high quality.
Link Copied
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page