diff --git a/plugins/shareddllproxy/voiceroid2/ebyroid.cc b/plugins/shareddllproxy/voiceroid2/ebyroid.cc index 3f3c70b7..86c70502 100644 --- a/plugins/shareddllproxy/voiceroid2/ebyroid.cc +++ b/plugins/shareddllproxy/voiceroid2/ebyroid.cc @@ -263,7 +263,7 @@ namespace ebyroid param->speaker[0].pause_long = 100; param->speaker[0].range = 0.893;*/ param->speaker[0].speed = speed; - printf("2 %d %d\n", volume, speed); + //printf("2 %d %d\n", volume, speed); result = adapter->SetParam(param); printf("3 %d\n", result); if (result != ERR_SUCCESS) diff --git a/plugins/shareddllproxy/voiceroid2/voice2.cpp b/plugins/shareddllproxy/voiceroid2/voice2.cpp index 25b3b1e5..6b932085 100644 --- a/plugins/shareddllproxy/voiceroid2/voice2.cpp +++ b/plugins/shareddllproxy/voiceroid2/voice2.cpp @@ -29,7 +29,7 @@ int voiceroid2wmain(int argc, wchar_t *wargv[]) ebyroid = Ebyroid::Create((const char *)argv[1], //"C:\\dataH\\Yukari2", (const char *)argv[2], (const char *)argv[3], //"yukari_emo_44", - 2, // �̶�������� + 2, atof((const char *)argv[5])); // 1); //0.1-2,0.5-4 SetEvent(CreateEventA(&allAccess, FALSE, FALSE, argv[8]));