更新 'src/Sound/flitevoice.cxx'
This commit is contained in:
parent
e0f363bd47
commit
8bea02b7de
@ -84,8 +84,9 @@ void FGFLITEVoice::speak(const string & msg)
|
|||||||
|
|
||||||
SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
|
SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
|
||||||
|
|
||||||
|
system(urlcmd.c_str());
|
||||||
|
|
||||||
popen(urlcmd.c_str(),"r");
|
//popen(urlcmd.c_str(),"r");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user