From b173ca14d2eb00b49c1bfdd75a1fa8cb8b32cc46 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 2 Mar 2013 22:45:59 -0500 Subject: [PATCH] src/io/sndfileio.h: add documentation --- src/io/sndfileio.h | 3 +++ src/tempo/beattracking.h | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.26.2