Changeset 3286230
- Timestamp:
- Mar 23, 2013, 1:07:51 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:
- 19f222d
- Parents:
- 987fb86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_seek.c
r987fb86 r3286230 23 23 uint_t hop_size = 256; 24 24 uint_t n_frames = 0, read = 0; 25 uint_t old_n_frames; 25 26 if ( argc == 3 ) samplerate = atoi(argv[2]); 26 27 if ( argc == 4 ) hop_size = atoi(argv[3]); … … 46 47 aubio_source_seek (s, 0); 47 48 49 old_n_frames = n_frames; 50 48 51 n_frames = 0; 49 52 do { … … 60 63 del_fvec (vec); 61 64 65 assert ( n_frames == old_n_frames ); 62 66 return err; 63 67 }
Note: See TracChangeset
for help on using the changeset viewer.