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/aubiomfcc.c

    r87b0c03 r5a66677  
    6666     
    6767      uint_t coef_cnt;
    68       if (output_filename == NULL) {
     68      if (sink_uri == NULL) {
    6969        outmsg("%f\t",frames*overlap_size/(float)samplerate);
    7070        for (coef_cnt = 0; coef_cnt < n_coefs; coef_cnt++) {
Note: See TracChangeset for help on using the changeset viewer.