Ignore:
Timestamp:
Feb 10, 2013, 6:14:29 AM (11 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:
a8752a8
Parents:
87b0c03
Message:

examples/: use aubio_source and aubio_sink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    r87b0c03 r5a66677  
    5757
    5858static void process_print (void) {
    59         if (output_filename == NULL) {
     59        if (sink_uri == NULL) {
    6060                if (istactus) {
    6161                        outmsg("%f\n",((smpl_t)(frames*overlap_size)+(istactus-1.)*overlap_size)/(smpl_t)samplerate);
Note: See TracChangeset for help on using the changeset viewer.