- Timestamp:
- Sep 5, 2015, 9:48:46 AM (9 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:
- 6c8ef58
- Parents:
- 39c4721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fvec.c
r39c4721 r6bb268b 28 28 #define aubio_vDSP_vmul vDSP_vmul 29 29 #define aubio_vDSP_vfill vDSP_vfill 30 #define aubio_catlas_set catlas_sset 30 31 #else /* HAVE_AUBIO_DOUBLE */ 31 32 #define aubio_vDSP_mmov vDSP_mmovD 32 33 #define aubio_vDSP_vmul vDSP_vmulD 33 34 #define aubio_vDSP_vfill vDSP_vfillD 35 #define aubio_catlas_set catlas_dset 34 36 #endif /* HAVE_AUBIO_DOUBLE */ 35 37 #endif … … 80 82 } 81 83 #else 84 //aubio_catlas_set(s->length, val, s->data, 1); 82 85 aubio_vDSP_vfill(&val, s->data, 1, s->length); 83 86 #endif
Note: See TracChangeset
for help on using the changeset viewer.