From: Paul Brossier Date: Fri, 10 Mar 2017 19:33:23 +0000 (+0100) Subject: python/lib/gen_external.py: disable spectral_whitening for now X-Git-Tag: 0.4.5~20^2~29 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1013c5d5fbb9358679eecb93ffca25faeec21678;p=aubio.git python/lib/gen_external.py: disable spectral_whitening for now --- diff --git a/python/lib/gen_external.py b/python/lib/gen_external.py index d46c1f59..c1c69bd7 100644 --- a/python/lib/gen_external.py +++ b/python/lib/gen_external.py @@ -39,6 +39,7 @@ skip_objects = [ 'source_wavread', #'sampler', 'audio_unit', + 'spectral_whitening', ] def get_preprocessor():