Changeset c1ddeb8 for examples


Ignore:
Timestamp:
Nov 17, 2013, 6:00:28 PM (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:
5b41ef9
Parents:
a6ad662
Message:

examples/aubioonset.c: only play onset for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

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