diff options
| author | Hiroshiba Kazuyuki <hihokaruta@gmail.com> | 2018-03-11 02:37:25 +0900 |
|---|---|---|
| committer | Hiroshiba Kazuyuki <hihokaruta@gmail.com> | 2018-03-11 02:37:25 +0900 |
| commit | f8823b1913c29ce2710f92d51b74cb84b74323b0 (patch) | |
| tree | b6a20f58f30a413369520c6e391729c6a45ba383 /tests | |
| parent | ef2be3c389412e69d33d7da0066a4831500689d2 (diff) | |
無音を無視するように変更
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_voice_changer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_voice_changer.py b/tests/test_voice_changer.py index 66ea003..9772bbe 100644 --- a/tests/test_voice_changer.py +++ b/tests/test_voice_changer.py @@ -67,6 +67,7 @@ voice_changer = VoiceChanger( voice_changer_stream = VoiceChangerStream( sampling_rate=audio_config.rate, frame_period=acoustic_converter._param.acoustic_feature_param.frame_period, + order=acoustic_converter._param.acoustic_feature_param.order, in_dtype=numpy.float32, ) |
