From: Paul Brossier Date: Sun, 3 Mar 2013 03:45:59 +0000 (-0500) Subject: src/io/sndfileio.h: add documentation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b173ca14d2eb00b49c1bfdd75a1fa8cb8b32cc46;p=aubio.git src/io/sndfileio.h: add documentation --- diff --git a/src/io/sndfileio.h b/src/io/sndfileio.h index a6971887..73d78b0a 100644 --- a/src/io/sndfileio.h +++ b/src/io/sndfileio.h @@ -69,6 +69,9 @@ void aubio_sndfile_info(aubio_sndfile_t * file); * Return number of channel in file */ uint_t aubio_sndfile_channels(aubio_sndfile_t * file); +/** + * Return samplerate of a file (Hz) + */ uint_t aubio_sndfile_samplerate(aubio_sndfile_t * file); #ifdef __cplusplus diff --git a/src/tempo/beattracking.h b/src/tempo/beattracking.h index d4406d05..78534b54 100644 --- a/src/tempo/beattracking.h +++ b/src/tempo/beattracking.h @@ -32,6 +32,8 @@ Matthew E. P. Davies, Paul Brossier, and Mark D. Plumbley. Beat tracking towards automatic musical accompaniment. In Proceedings of the Audio Engeeniring Society 118th Convention, Barcelona, Spain, May 2005. + + \example tempo/test-beattracking.h */ #ifndef BEATTRACKING_H