summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-23 17:20:36 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-23 17:20:36 +0200
commit4ecdff920246bffeefc54611161b644642467b69 (patch)
tree477063cda1c3810c363acbf9710c07f1f6434a43
parentf8df0382bae12398977bb04eb132e9c16b924eb9 (diff)
process
-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..2b697a0 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=converted_feature.f0 * 2,
spectrogram=converted_feature.spectrogram,
aperiodicity=converted_feature.aperiodicity,
mfcc=converted_feature.mfcc,