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=58c5e8a7ee4c331c0d0cf39152c563322ec388f9;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 1425c9b8..5a12e629 100644 --- a/python/lib/gen_external.py +++ b/python/lib/gen_external.py @@ -46,6 +46,7 @@ default_skip_objects = [ #'sampler', 'audio_unit', 'spectral_whitening', + 'timestretch', # TODO fix parsing of uint_t *read in _do ]