diff options
Diffstat (limited to 'tests/test_voice_changer.py')
| -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, ) |
