Changeset 5158c22
- Timestamp:
- Jan 3, 2014, 11:50:11 PM (11 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:
- 52efae1
- Parents:
- 44721ff
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
r44721ff r5158c22 194 194 #include "io/source_apple_audio.h" 195 195 #include "io/source_avcodec.h" 196 #include "io/source_wavread.h" 196 197 #include "io/sink_sndfile.h" 197 198 #include "io/sink_apple_audio.h" -
wscript
r44721ff r5158c22 229 229 ctx.msg('Checking for all libav libraries', 'not found', color = 'YELLOW') 230 230 231 ctx.define('HAVE_WAVREAD', 1) 232 231 233 # use memcpy hacks 232 234 if (ctx.options.enable_memcpy == True):
Note: See TracChangeset
for help on using the changeset viewer.