mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
remove warnings
This commit is contained in:
parent
f9b91a292e
commit
c94d8c0e83
@ -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)
|
||||
|
@ -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, // <20>̶<EFBFBD><CCB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
2,
|
||||
atof((const char *)argv[5])); // 1); //0.1-2,0.5-4
|
||||
|
||||
SetEvent(CreateEventA(&allAccess, FALSE, FALSE, argv[8]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user