更新 'src/Sound/flitevoice.cxx'

This commit is contained in:
zhongjin 2022-11-28 08:06:24 +08:00
parent 1ef0408f27
commit cc9a3d05fe

View File

@ -81,6 +81,10 @@ void FGFLITEVoice::speak(const string & msg)
urlcmd.append("/speech/?str=");
urlcmd.append(msg);
urlcmd.append("\"");
SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
system(urlcmd.c_str());
}
}