shithub: aubio

Download patch

ref: b173ca14d2eb00b49c1bfdd75a1fa8cb8b32cc46
parent: 69b11d8946d92586bc51bbc9d5f1c54185226ca9
author: Paul Brossier <piem@piem.org>
date: Sat Mar 2 17:45:59 EST 2013

src/io/sndfileio.h: add documentation

--- a/src/io/sndfileio.h
+++ b/src/io/sndfileio.h
@@ -69,6 +69,9 @@
  * 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
--- 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