Top "Intel-ipp" questions

Questions related to Intel Integrated Performance Primitives (IPP), a multi-threaded library of functions for multimedia and data-processing applications.

Converting an FFT to a spectogram

I have an audio file and I am iterating through the file and taking 512 samples at each step and then …

c++ fft spectrogram intel-ipp
How do I get rid of LD_LIBRARY_PATH at run-time?

I am building a C++ application that uses Intel's IPP library. This library is installed by default in /opt and …

c++ g++ shared-libraries autotools intel-ipp