- Timestamp:
- Dec 17, 2018, 3:10:37 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 252f585
- Parents:
- 4c37e87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_vorbis.c
r4c37e87 r56fa1e0 292 292 uint_t aubio_sink_vorbis_close (aubio_sink_vorbis_t *s) 293 293 { 294 if (!s->fid) return AUBIO_FAIL; 294 295 //mark the end of stream 295 296 vorbis_analysis_wrote(&s->vd, 0);
Note: See TracChangeset
for help on using the changeset viewer.