Changes in src/io/source.h [c00f17d:d00e223]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.h
rc00f17d rd00e223 35 35 aubio_source_t * new_aubio_source(char_t * uri, uint_t samplerate, uint_t hop_size); 36 36 void aubio_source_do(aubio_source_t * s, fvec_t * read_data, uint_t * read); 37 uint_t aubio_source_get_samplerate(aubio_source_t * s); 37 38 void del_aubio_source(aubio_source_t * s); 38 39
Note: See TracChangeset
for help on using the changeset viewer.