python/lib/gen_external.py: disable timestretch for now, add a note about it
authorPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 11:32:02 +0000 (13:32 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 00:28:54 +0000 (01:28 +0100)
python/lib/gen_external.py

index 1425c9b..5a12e62 100644 (file)
@@ -46,6 +46,7 @@ default_skip_objects = [
     #'sampler',
     'audio_unit',
     'spectral_whitening',
+    'timestretch', # TODO fix parsing of uint_t *read in _do
 ]