Changeset 4865e4b for tests/src/io
- Timestamp:
- Mar 22, 2013, 2:29:19 AM (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:
- ae9fd90
- Parents:
- 7982203
- Location:
- tests/src/io
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source.c
r7982203 r4865e4b 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.