Changeset 2e50800
- Timestamp:
- Dec 5, 2013, 3:44:30 AM (11 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:
- 1b0755d
- Parents:
- ba0ba10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_sndfile.c
rba0ba10 r2e50800 18 18 19 19 #ifdef HAVE_SNDFILE 20 uint_t samplerate = 32000;20 uint_t samplerate = 0; 21 21 uint_t hop_size = 256; 22 22 uint_t n_frames = 0, read = 0; … … 33 33 do { 34 34 aubio_source_sndfile_do(s, vec, &read); 35 //fvec_print (vec);35 fvec_print (vec); 36 36 n_frames += read; 37 37 } while ( read == hop_size );
Note: See TracChangeset
for help on using the changeset viewer.