Ignore:
Timestamp:
Oct 16, 2009, 11:03:08 PM (15 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:
6107f4c
Parents:
2828382
Message:

examples/: make use of aubio_onset in aubioonset and aubionotes, simplify, keep only general stuff in utils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioquiet.c

    r2828382 rd4c5de7  
    2121unsigned int pos = 0; /*frames%dspblocksize*/
    2222sint_t wassilence = 1, issilence;
    23 uint_t usepitch = 0;
    2423
    2524int aubio_process(smpl_t **input, smpl_t **output, int nframes);
     
    5655}
    5756
    58 void process_print (void);
    59 void process_print (void) {
     57static void process_print (void) {
    6058      int curframes = (frames - 4) > 0 ? frames -4 : 0;
    6159      if (issilence == -1) {
Note: See TracChangeset for help on using the changeset viewer.