- Timestamp:
- Apr 25, 2016, 4:41:24 PM (9 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:
- c6e7ba1
- Parents:
- 2d071ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.h
r2d071ad rb60f297 119 119 uint_t aubio_source_avcodec_seek (aubio_source_avcodec_t *s, uint_t pos); 120 120 121 /** 122 123 get the duration of source object, in frames 124 125 \param s source object, created with ::new_aubio_source_avcodec 126 \return number of frames in file 127 128 */ 121 129 uint_t aubio_source_avcodec_get_duration (aubio_source_avcodec_t * s); 122 130
Note: See TracChangeset
for help on using the changeset viewer.