Ignore:
Timestamp:
Dec 1, 2004, 3:03:26 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
5a61c29
Parents:
b49daf6
Message:

cleaned up verbose output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    rb49daf6 r9cba1eb  
    9595          obuf->data[0][pos] = 0.;
    9696      }
     97      //aubio_pvoc_rdo(pv,fftgrain, obuf);
    9798      /* end of block loop */
    98       //aubio_pvoc_rdo(pv,fftgrain, obuf);
    9999      pos = -1; /* so it will be zero next j loop */
    100100    }
     
    117117    debug("Opening files ...\n");
    118118    file = new_file_ro (input_filename);
    119     file_info(file);
     119    if (verbose) file_info(file);
    120120    channels = aubio_file_channels(file);
    121121    if (output_filename != NULL)
     
    144144  }
    145145
    146   // command line argument parsing
    147146  if(usejack) {
    148147#ifdef JACK_SUPPORT
     
    173172       * delay to ensure the label is _before_ the
    174173       * actual onset */
    175       if (isonset && verbose) {
     174      if (isonset && output_filename == NULL) {
    176175        outmsg("%f\n",(frames-4)*overlap_size/(float)samplerate);
    177176      }
Note: See TracChangeset for help on using the changeset viewer.