shithub: aubio

Download patch

ref: 7e9301344cd7e4a21e332e57cebbeeaa45bdd333
parent: be63940f0a2c68d13c653f31a9feda95e42c2dc2
author: Paul Brossier <piem@piem.org>
date: Wed Dec 12 10:28:31 EST 2018

[io] add note about reference vorbis implementation

--- a/src/io/sink_vorbis.c
+++ b/src/io/sink_vorbis.c
@@ -18,6 +18,12 @@
 
 */
 
+/*
+  This file is largely inspired by `examples/encoder_example.c` in the
+  libvorbis source package (versions 1.3.5 and later) available online at
+  https://xiph.org/vorbis/
+*/
+
 #include "aubio_priv.h"
 
 #ifdef HAVE_VORBISENC