Merge branch 'master' into feature/pitchshift
[aubio.git] / src / aubio.h
index 493a47f..3e4b455 100644 (file)
   \endcode
 
   Several examples of C programs are available in the \p examples/ and \p tests/src
-  directories of the source tree. See more examples:
-  @ref spectral/test-fft.c
-  @ref spectral/test-phasevoc.c
-  @ref onset/test-onset.c
-  @ref pitch/test-pitch.c
-  @ref tempo/test-tempo.c
-  @ref test-fvec.c
-  @ref test-cvec.c
+  directories of the source tree.
+
+  Some examples:
+  - @ref spectral/test-fft.c
+  - @ref spectral/test-phasevoc.c
+  - @ref onset/test-onset.c
+  - @ref pitch/test-pitch.c
+  - @ref tempo/test-tempo.c
+  - @ref test-fvec.c
+  - @ref test-cvec.c
 
   \subsection unstable_api Unstable API
 
   \section download Download
 
   Latest versions, further documentation, examples, wiki, and mailing lists can
-  be found at http://aubio.org .
+  be found at https://aubio.org .
 
  */
 
@@ -180,11 +182,13 @@ extern "C"
 #include "temporal/a_weighting.h"
 #include "temporal/c_weighting.h"
 #include "spectral/fft.h"
+#include "spectral/dct.h"
 #include "spectral/phasevoc.h"
 #include "spectral/filterbank.h"
 #include "spectral/filterbank_mel.h"
 #include "spectral/mfcc.h"
 #include "spectral/specdesc.h"
+#include "spectral/awhitening.h"
 #include "spectral/tss.h"
 #include "pitch/pitch.h"
 #include "onset/onset.h"
@@ -211,6 +215,7 @@ extern "C"
 #include "pitch/pitchmcomb.h"
 #include "pitch/pitchyin.h"
 #include "pitch/pitchyinfft.h"
+#include "pitch/pitchyinfast.h"
 #include "pitch/pitchschmitt.h"
 #include "pitch/pitchfcomb.h"
 #include "pitch/pitchspecacf.h"