Changeset 34e505f
- Timestamp:
- Oct 25, 2015, 11:32:21 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, sampler
- Children:
- 8605361
- Parents:
- 3d30b90 (diff), 094a8be (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. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3d30b90 r34e505f 5 5 6 6 getwaf: 7 curl https://waf.io/waf-1.8.1 2> waf7 curl https://waf.io/waf-1.8.14 > waf 8 8 @[ -d wafilb ] || rm -fr waflib 9 9 @chmod +x waf && ./waf --help > /dev/null -
src/pitch/pitch.c
r3d30b90 r34e505f 241 241 { 242 242 uint_t overlap_size = p->buf->length - ibuf->length; 243 #if !HAVE_MEMCPY_HACKS243 #if 1 //!HAVE_MEMCPY_HACKS 244 244 uint_t j; 245 245 for (j = 0; j < overlap_size; j++) { -
wscript
r3d30b90 r34e505f 131 131 MINSDKVER="6.1" 132 132 ctx.env.CFLAGS += ['-std=c99'] 133 if (ctx.options.enable_a udio_unit!= False):133 if (ctx.options.enable_apple_audio != False): 134 134 ctx.define('HAVE_AUDIO_UNIT', 1) 135 135 #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset
for help on using the changeset viewer.