summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-26 18:47:48 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-26 18:47:48 +0200
commita806162453068fea6305a4a78b1719d505acbb86 (patch)
treef3321aa28c79c4721442d1035537f721ed2ff679
parentc26fe95788482b286fa5865866821daa463c135f (diff)
input_feat
-rw-r--r--scripts/process.py2
1 files changed, 1 insertions, 1 deletions
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,