Changeset aad688e


Ignore:
Timestamp:
Nov 20, 2013, 2:56:19 AM (10 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:
f6ee160
Parents:
dedeffc
Message:

examples/aubiotrack.c: do not mix input in output yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    rdedeffc raad688e  
    4949        aubio_wavetable_stop ( wavetable );
    5050      }
    51       aubio_wavetable_do (wavetable, ibuf, obuf);
     51      aubio_wavetable_do (wavetable, obuf, obuf);
    5252      /* end of block loop */
    5353      pos = -1; /* so it will be zero next j loop */
Note: See TracChangeset for help on using the changeset viewer.