更新 'src/Instrumentation/commradio.cxx'

This commit is contained in:
zhongjin 2022-12-12 19:56:17 +08:00
parent 9fed5ea37f
commit 0c61df5971

View File

@ -97,16 +97,15 @@ void AtisSpeaker::valueChanged(SGPropertyNode * node)
if (!fgGetBool("/sim/sound/working", false))
return;
SG_LOG(SG_INSTR,SG_INFO,"node:" << node);
string newText = node->getStringValue();
SG_LOG(SG_INSTR,SG_INFO,"newText:" << newText);
if (_synthesizeRequest.text == newText) return;
SG_LOG(SG_INSTR,SG_INFO,"newText:" << newText);
_synthesizeRequest.text = newText;
string voice = "cmu_us_arctic_slt";