diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:43:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:43:58 +0200 |
| commit | de9fd7accb66a52f687dc49052124440eb41d87b (patch) | |
| tree | cee7b3fd0e597a0bbfcb5af5f4ad50ee3f16b51f | |
| parent | a27917078eeee4f3218bceaf4824e6b9ac857814 (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 47f013f..ec1b550 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, + f0=input_feature.f0 * 1.2, spectrogram=converted_feature.spectrogram, aperiodicity=converted_feature.aperiodicity, mfcc=converted_feature.mfcc, |
