diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:50:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 17:50:43 +0200 |
| commit | c170491e3582338ab77d4cf1db108789c8f579b2 (patch) | |
| tree | d6c80b314319593bece46da780b92e1c4f07aca1 /scripts/process.py | |
| parent | 848c641cf361819a239a974661fae176f8541770 (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 0bcc368..9eb928a 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=converted_feature.f0, spectrogram=converted_feature.spectrogram, aperiodicity=converted_feature.aperiodicity, mfcc=converted_feature.mfcc, |
