Changeset c204928
- Timestamp:
- Jul 10, 2012, 12:37:23 AM (12 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:
- 0e355f6
- Parents:
- 6017f94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.c
r6017f94 rc204928 64 64 65 65 #ifdef HAVE_FFTW3F 66 #if defHAVE_AUBIO_DOUBLE66 #if HAVE_AUBIO_DOUBLE 67 67 #warning "Using aubio in double precision with fftw3 in single precision" 68 68 #endif /* HAVE_AUBIO_DOUBLE */ 69 69 #define real_t float 70 70 #else /* HAVE_FFTW3F */ 71 #if ndefHAVE_AUBIO_DOUBLE71 #if !HAVE_AUBIO_DOUBLE 72 72 #warning "Using aubio in single precision with fftw3 in double precision" 73 73 #endif /* HAVE_AUBIO_DOUBLE */
Note: See TracChangeset
for help on using the changeset viewer.