Changes in src/io/source_wavread.h [b4e1438:422452b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.h
rb4e1438 r422452b 19 19 */ 20 20 21 #ifndef AUBIO_SOURCE_WAVREAD_H22 #define AUBIO_SOURCE_WAVREAD_H21 #ifndef _AUBIO_SOURCE_WAVREAD_H 22 #define _AUBIO_SOURCE_WAVREAD_H 23 23 24 24 /** \file … … 62 62 63 63 */ 64 aubio_source_wavread_t * new_aubio_source_wavread(c onst char_t * uri, uint_t samplerate, uint_t hop_size);64 aubio_source_wavread_t * new_aubio_source_wavread(char_t * uri, uint_t samplerate, uint_t hop_size); 65 65 66 66 /** … … 126 126 /** 127 127 128 get the duration of source object, in frames129 130 \param s source object, created with ::new_aubio_source_sndfile131 \return number of frames in file132 133 */134 uint_t aubio_source_wavread_get_duration (const aubio_source_wavread_t *s);135 136 /**137 138 128 close source 139 129 … … 158 148 #endif 159 149 160 #endif /* AUBIO_SOURCE_WAVREAD_H */150 #endif /* _AUBIO_SOURCE_WAVREAD_H */
Note: See TracChangeset
for help on using the changeset viewer.