Changeset 5d16185 for tests/src/io


Ignore:
Timestamp:
Mar 22, 2013, 6:15:46 PM (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:
dc798e1
Parents:
6ff6d18 (diff), 18a378e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'device' into develop

Location:
tests/src/io
Files:
1 added
1 edited

Legend:

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

    r6ff6d18 r5d16185  
    3737  do {
    3838    aubio_source_do(s, vec, &read);
    39     // fvec_print (vec);
     39    fvec_print (vec);
    4040    n_frames += read;
    4141  } while ( read == hop_size );
Note: See TracChangeset for help on using the changeset viewer.