From 1013c5d5fbb9358679eecb93ffca25faeec21678 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 10 Mar 2017 20:33:23 +0100 Subject: [PATCH] python/lib/gen_external.py: disable spectral_whitening for now --- 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 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(): -- 2.11.0