Changeset c82a034 for tests/src/io
- Timestamp:
- May 26, 2015, 11:19:44 AM (9 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:
- 44755a0
- Parents:
- 193dcbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source.c
r193dcbb rc82a034 45 45 n_frames / hop_size, source_path); 46 46 47 // close the file (optional) 48 aubio_source_close(s); 49 // test closing the file a second time 50 aubio_source_close(s); 51 47 52 del_fvec (vec); 48 53 del_aubio_source (s);
Note: See TracChangeset
for help on using the changeset viewer.