remove warnings

This commit is contained in:
恍兮惚兮 2024-05-03 17:53:26 +08:00
parent f9b91a292e
commit c94d8c0e83
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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]));