From: Paul Brossier Date: Thu, 29 Sep 2016 11:32:02 +0000 (+0200) Subject: python/lib/gen_external.py: disable timestretch for now, add a note about it X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=953a44788d19c501bb919d383cac8d3440e8cef1;p=aubio.git python/lib/gen_external.py: disable timestretch for now, add a note about it --- diff --git a/python/lib/gen_external.py b/python/lib/gen_external.py index 533116eb..7a8e7fe8 100644 --- a/python/lib/gen_external.py +++ b/python/lib/gen_external.py @@ -40,6 +40,7 @@ skip_objects = [ 'source_wavread', #'sampler', 'audio_unit', + 'timestretch', # TODO fix parsing of uint_t *read in _do ] def get_preprocessor():