- Timestamp:
- Sep 29, 2006, 4:20:14 PM (18 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:
- d88ea06
- Parents:
- 237f632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fft.h
r237f632 r3b3ec6c 31 31 #include <fftw3.h> 32 32 33 #ifdef HAVE_COMPLEX_H 33 34 #if FFTW3F_SUPPORT 34 35 #define FFTW_TYPE fftwf_complex 35 36 #else 36 37 #define FFTW_TYPE fftw_complex 38 #endif 39 #else 40 #if FFTW3F_SUPPORT 41 #define FFTW_TYPE float 42 #else 43 #define FFTW_TYPE double 44 #endif 37 45 #endif 38 46
Note: See TracChangeset
for help on using the changeset viewer.