From a806162453068fea6305a4a78b1719d505acbb86 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 26 Jul 2018 18:47:48 +0200 Subject: input_feat --- scripts/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process.py b/scripts/process.py index 9eb928a..47f013f 100644 --- a/scripts/process.py +++ b/scripts/process.py @@ -73,7 +73,7 @@ def process(p: Path, acoustic_converter: AcousticConverter, super_resolution: Su # converted_feature.f0 = input_feature.f0.astype(numpy.float64) merged_feature = AcousticFeature( - f0=converted_feature.f0, + f0=input_feature.f0, spectrogram=converted_feature.spectrogram, aperiodicity=converted_feature.aperiodicity, mfcc=converted_feature.mfcc, -- cgit v1.2.3-70-g09d2