Ignore:
Timestamp:
Nov 4, 2013, 3:28:24 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:
e97d0b3
Parents:
509e8f9
Message:

examples/: use wavetable to play pitch and to replace woodblock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r509e8f9 rf3617e7  
    8989
    9090                      for (pos = 0; pos < overlap_size; pos++){
    91                               obuf->data[pos] = woodblock->data[pos];
     91                              //obuf->data[pos] = woodblock->data[pos];
    9292                      }
    9393              }
Note: See TracChangeset for help on using the changeset viewer.