diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:21:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:21:30 +0200 |
| commit | 2e56da54aedf3e1779fc032a7fc7e17a2f0d1185 (patch) | |
| tree | 456652300dcee1b9e58155c350a30371984ddc54 | |
| parent | 4ecdff920246bffeefc54611161b644642467b69 (diff) | |
process
| -rw-r--r-- | scripts/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/process.py b/scripts/process.py index 2b697a0..6f1f099 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 * 2, + f0=input_feature.f0 * 2, spectrogram=converted_feature.spectrogram, aperiodicity=converted_feature.aperiodicity, mfcc=converted_feature.mfcc, |
