Changeset 2e50800


Ignore:
Timestamp:
Dec 5, 2013, 3:44:30 AM (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:
1b0755d
Parents:
ba0ba10
Message:

tests/src/io/test-source_sndfile.c: use source samplerate, print read samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_sndfile.c

    rba0ba10 r2e50800  
    1818
    1919#ifdef HAVE_SNDFILE
    20   uint_t samplerate = 32000;
     20  uint_t samplerate = 0;
    2121  uint_t hop_size = 256;
    2222  uint_t n_frames = 0, read = 0;
     
    3333  do {
    3434    aubio_source_sndfile_do(s, vec, &read);
    35     // fvec_print (vec);
     35    fvec_print (vec);
    3636    n_frames += read;
    3737  } while ( read == hop_size );
Note: See TracChangeset for help on using the changeset viewer.