From f8823b1913c29ce2710f92d51b74cb84b74323b0 Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Sun, 11 Mar 2018 02:37:25 +0900 Subject: 無音を無視するように変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_voice_changer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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, ) -- cgit v1.2.3-70-g09d2