Changeset 34e505f


Ignore:
Timestamp:
Oct 25, 2015, 11:32:21 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'develop' into awhitening

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3d30b90 r34e505f  
    55
    66getwaf:
    7         curl https://waf.io/waf-1.8.12 > waf
     7        curl https://waf.io/waf-1.8.14 > waf
    88        @[ -d wafilb ] || rm -fr waflib
    99        @chmod +x waf && ./waf --help > /dev/null
  • src/pitch/pitch.c

    r3d30b90 r34e505f  
    241241{
    242242  uint_t overlap_size = p->buf->length - ibuf->length;
    243 #if !HAVE_MEMCPY_HACKS
     243#if 1 //!HAVE_MEMCPY_HACKS
    244244  uint_t j;
    245245  for (j = 0; j < overlap_size; j++) {
  • wscript

    r3d30b90 r34e505f  
    131131        MINSDKVER="6.1"
    132132        ctx.env.CFLAGS += ['-std=c99']
    133         if (ctx.options.enable_audio_unit != False):
     133        if (ctx.options.enable_apple_audio != False):
    134134            ctx.define('HAVE_AUDIO_UNIT', 1)
    135135            #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset for help on using the changeset viewer.