Changeset 5d16185 for tests/src/io
- Timestamp:
- Mar 22, 2013, 6:15:46 PM (12 years ago)
- 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. - Location:
- tests/src/io
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source.c
r6ff6d18 r5d16185 37 37 do { 38 38 aubio_source_do(s, vec, &read); 39 //fvec_print (vec);39 fvec_print (vec); 40 40 n_frames += read; 41 41 } while ( read == hop_size );
Note: See TracChangeset
for help on using the changeset viewer.