shithub: aubio

Download patch

ref: afe90ee9fbd1a273515666d6e7f7a3e1f9f4c955
parent: 89c44aa13a29d4ee59286d8847804e3adfba39f8
author: Paul Brossier <piem@piem.org>
date: Wed Nov 21 15:53:54 EST 2018

[wavetable] revert 9511547 to preserve api

--- a/src/synth/wavetable.h
+++ b/src/synth/wavetable.h
@@ -51,6 +51,16 @@
 */
 aubio_wavetable_t * new_aubio_wavetable(uint_t samplerate, uint_t hop_size);
 
+/** load source in wavetable
+
+  \param o wavetable, created by new_aubio_wavetable()
+  \param uri the uri of the source to load
+
+  \return 0 if successful, non-zero otherwise
+
+*/
+uint_t aubio_wavetable_load( aubio_wavetable_t * o, const char_t * uri );
+
 /** process wavetable function
 
   \param o wavetable, created by new_aubio_wavetable()