Changeset 5d46eca
- Timestamp:
- Sep 6, 2017, 11:21:24 AM (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:
- 9338e18
- Parents:
- 3873e5e
- Location:
- src/spectral
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/dct_ooura.c
r3873e5e r5d46eca 23 23 #include "cvec.h" 24 24 #include "spectral/dct.h" 25 26 #if !defined(HAVE_ACCELERATE) && !defined(HAVE_FFTW3) 25 27 26 28 extern void aubio_ooura_ddct(int, int, smpl_t *, int *, smpl_t *); … … 90 92 fvec_copy(s->input, output); 91 93 } 94 95 #endif //!defined(HAVE_ACCELERATE) && !defined(HAVE_FFTW3)
Note: See TracChangeset
for help on using the changeset viewer.