Changeset 082c88b
- Timestamp:
- Jan 26, 2014, 8:13:28 PM (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:
- a9fd272
- Parents:
- 5cb8abe
- Location:
- src/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink.c
r5cb8abe r082c88b 39 39 typedef uint_t (*aubio_sink_get_channels_t)(aubio_sink_t * s); 40 40 #endif 41 typedef uint_t(*del_aubio_sink_t)(aubio_sink_t * s);41 typedef void (*del_aubio_sink_t)(aubio_sink_t * s); 42 42 43 43 struct _aubio_sink_t { -
src/io/source.c
r5cb8abe r082c88b 42 42 typedef uint_t (*aubio_source_get_channels_t)(aubio_source_t * s); 43 43 typedef uint_t (*aubio_source_seek_t)(aubio_source_t * s, uint_t seek); 44 typedef uint_t(*del_aubio_source_t)(aubio_source_t * s);44 typedef void (*del_aubio_source_t)(aubio_source_t * s); 45 45 46 46 struct _aubio_source_t {
Note: See TracChangeset
for help on using the changeset viewer.