Changeset 3f90b7a for src/spectral/fft.c
- Timestamp:
- Oct 1, 2017, 3:36:16 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:
- b65230a
- Parents:
- 379ef6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.c
r379ef6c r3f90b7a 376 376 compspec->data[s->fft_size - i] = s->complexOut[i].im; 377 377 } 378 // apply scaling379 aubio_ippsMulC(compspec->data, 1.0 / 2.0, compspec->data, s->fft_size);380 378 381 379 #else // using OOURA
Note: See TracChangeset
for help on using the changeset viewer.