Changeset 4b251ae for src/spectral
- Timestamp:
- Aug 30, 2016, 4:33:31 PM (8 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 7800335
- Parents:
- bfab39c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.c
rbfab39c r4b251ae 213 213 del_fvec(s->compspec); 214 214 #ifdef HAVE_FFTW3 // using FFTW3 215 pthread_mutex_lock(&aubio_fftw_mutex); 215 216 fftw_destroy_plan(s->pfw); 216 217 fftw_destroy_plan(s->pbw); 217 218 fftw_free(s->specdata); 219 pthread_mutex_unlock(&aubio_fftw_mutex); 218 220 #else /* HAVE_FFTW3 */ 219 221 #ifdef HAVE_ACCELERATE // using ACCELERATE
Note: See TracChangeset
for help on using the changeset viewer.