diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:42:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:42:54 +0200 |
| commit | a27917078eeee4f3218bceaf4824e6b9ac857814 (patch) | |
| tree | 298989fc234aad1f407260d3d7f7f1ee932f7f37 /scripts/process.py | |
| parent | d2bf00c82f93df108afe9e1b96eb24f5367c31ce (diff) | |
process
Diffstat (limited to 'scripts/process.py')
| -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 ec1b550..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=input_feature.f0 * 1.2, + f0=input_feature.f0, spectrogram=converted_feature.spectrogram, aperiodicity=converted_feature.aperiodicity, mfcc=converted_feature.mfcc, |
