- Timestamp:
- Sep 15, 2018, 5:31:46 PM (6 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:
- 8c4918a, c9ca2608
- Parents:
- 87e181d (diff), 3cb2a52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
r87e181d rad3770f 183 183 #include "temporal/c_weighting.h" 184 184 #include "spectral/fft.h" 185 #include "spectral/dct.h" 185 186 #include "spectral/phasevoc.h" 186 187 #include "spectral/filterbank.h" -
src/aubio_priv.h
r87e181d rad3770f 86 86 #define aubio_vDSP_mmov vDSP_mmov 87 87 #define aubio_vDSP_vmul vDSP_vmul 88 #define aubio_vDSP_vsmul vDSP_vsmul 89 #define aubio_vDSP_vsadd vDSP_vsadd 88 90 #define aubio_vDSP_vfill vDSP_vfill 89 91 #define aubio_vDSP_meanv vDSP_meanv … … 98 100 #define aubio_vDSP_mmov vDSP_mmovD 99 101 #define aubio_vDSP_vmul vDSP_vmulD 102 #define aubio_vDSP_vsmul vDSP_vsmulD 103 #define aubio_vDSP_vsadd vDSP_vsaddD 100 104 #define aubio_vDSP_vfill vDSP_vfillD 101 105 #define aubio_vDSP_meanv vDSP_meanvD
Note: See TracChangeset
for help on using the changeset viewer.