- Timestamp:
- Jul 2, 2020, 7:03:56 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- e7c6216
- Parents:
- 7b8e51c (diff), bd183b3 (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
r7b8e51c r05ed7f5 221 221 #include "pitch/pitchspecacf.h" 222 222 #include "tempo/beattracking.h" 223 #include "effects/pitchshift.h" 224 #include "effects/timestretch.h" 223 225 #include "utils/scale.h" 224 226 #include "utils/hist.h" -
src/wscript_build
r7b8e51c r05ed7f5 7 7 uselib += ['SAMPLERATE'] 8 8 uselib += ['SNDFILE'] 9 uselib += ['RUBBERBAND'] 9 10 uselib += ['AVCODEC'] 10 11 uselib += ['AVFORMAT']
Note: See TracChangeset
for help on using the changeset viewer.