Changeset 3a00b1e7
- Timestamp:
- Dec 23, 2013, 2:28:32 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:
- 5c6b264
- Parents:
- 50bb325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_seek.c
r50bb325 r3a00b1e7 65 65 old_n_frames_2 = n_frames; 66 66 67 aubio_source_seek (s, n_frames/ 2);67 aubio_source_seek (s, old_n_frames_1 / 2); 68 68 69 69 n_frames = 0;
Note: See TracChangeset
for help on using the changeset viewer.