Changeset b701179 for src/spectral
- Timestamp:
- Oct 1, 2017, 6:55:35 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- f3f0d14
- Parents:
- 14e300e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.c
r14e300e rb701179 157 157 aubio_DSPSplitComplex spec; 158 158 smpl_t *in, *out; 159 159 160 160 #elif defined HAVE_INTEL_IPP // using Intel IPP 161 161 smpl_t *in, *out; … … 223 223 #elif defined HAVE_INTEL_IPP // using Intel IPP 224 224 const IppHintAlgorithm qualityHint = ippAlgHintAccurate; // OR ippAlgHintFast; 225 const int flags = IPP_FFT_NODIV_BY_ANY; // we're scaling manually afterwards 225 const int flags = IPP_FFT_NODIV_BY_ANY; // we're scaling manually afterwards 226 226 int order = aubio_power_of_two_order(winsize); 227 227 int sizeSpec, sizeInit, sizeBuffer;
Note: See TracChangeset
for help on using the changeset viewer.