- Timestamp:
- Jul 27, 2012, 5:23:20 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:
- bf34fbb
- Parents:
- cd766bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink.h
rcd766bc rdb8000e 33 33 34 34 typedef struct _aubio_sink_t aubio_sink_t; 35 aubio_sink_t * new_aubio_sink(char_t * method, uint_t samplerate);35 aubio_sink_t * new_aubio_sink(char_t * uri, uint_t samplerate); 36 36 void aubio_sink_do(aubio_sink_t * s, fvec_t * write_data, uint_t written); 37 37 void del_aubio_sink(aubio_sink_t * s);
Note: See TracChangeset
for help on using the changeset viewer.