Changeset 5c849af for tests/src/io
- Timestamp:
- Dec 16, 2018, 2:01:00 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 46a1e34
- Parents:
- 26c6ee4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source.c
r26c6ee4 r5c849af 71 71 72 72 if (new_aubio_source(0, samplerate, hop_size)) return 1; 73 if (new_aubio_source( '\0', samplerate, hop_size)) return 1;73 if (new_aubio_source("\0", samplerate, hop_size)) return 1; 74 74 if (new_aubio_source(uri, -1, hop_size)) return 1; 75 75 if (new_aubio_source(uri, 0, 0)) return 1;
Note: See TracChangeset
for help on using the changeset viewer.