diff --git a/src/Sound/flitevoice.cxx b/src/Sound/flitevoice.cxx index 96c08ea..5fb95ee 100644 --- a/src/Sound/flitevoice.cxx +++ b/src/Sound/flitevoice.cxx @@ -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()); } }