shithub: aubio

Download patch

ref: 4b43742f962a434be0d837c3361030642382945a
parent: b0fbd88bb89514679be58e9c618efefdaf39e175
author: Paul Brossier <piem@piem.org>
date: Tue Mar 11 08:49:01 EDT 2014

src/io/source.h: add note about source_wavread

--- a/src/io/source.h
+++ b/src/io/source.h
@@ -50,6 +50,10 @@
   [libsndfile](http://www.mega-nerd.com/libsndfile/), which can read [most
   uncompressed formats](http://www.mega-nerd.com/libsndfile/#Features).
 
+  \b \p source_wavread : native WAV reader
+
+  A simple source to read from 16-bits PCM RIFF encoded WAV files.
+
   \example io/test-source.c
   \example io/test-source_multi.c