Changeset 4369cb9
- Timestamp:
- Sep 17, 2009, 7:16:20 AM (15 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:
- 1789b0c
- Parents:
- dffe76f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.c
rdffe76f r4369cb9 36 36 37 37 #if FFTW3F_SUPPORT 38 #define real_t smpl_t 38 #if !AUBIO_SINGLE_PRECISION 39 #warning "Using aubio in double precision with fftw3 in single precision" 40 #endif 41 #define real_t float 39 42 #else 40 #define real_t lsmp_t43 #define real_t double 41 44 #endif 42 45
Note: See TracChangeset
for help on using the changeset viewer.