Changeset 094a8be


Ignore:
Timestamp:
Oct 25, 2015, 2:41:08 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, pitchshift, sampler, timestretch, yinfft+
Children:
34e505f, 9ee1ee9
Parents:
536bf70
Message:

src/pitch/pitch.c: disable buggy optimisation for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch.c

    r536bf70 r094a8be  
    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++) {
Note: See TracChangeset for help on using the changeset viewer.