From 58c5e8a7ee4c331c0d0cf39152c563322ec388f9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 29 Sep 2016 13:32:02 +0200 Subject: [PATCH] python/lib/gen_external.py: disable timestretch for now, add a note about it --- python/lib/gen_external.py | 1 + 1 file changed, 1 insertion(+) 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 ] -- 2.11.0