更新 'src/Sound/flitevoice.cxx'

next
zhongjin 2 years ago
parent 1ef0408f27
commit cc9a3d05fe

@ -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());
}
}

Loading…
Cancel
Save