diff --git a/src/Instrumentation/commradio.cxx b/src/Instrumentation/commradio.cxx index 2d975b1..b8313ce 100644 --- a/src/Instrumentation/commradio.cxx +++ b/src/Instrumentation/commradio.cxx @@ -97,9 +97,16 @@ void AtisSpeaker::valueChanged(SGPropertyNode * node) if (!fgGetBool("/sim/sound/working", false)) return; + SG_LOG("commradio:AtisSpeaker",SG_INFO,"node:" << node); + + string newText = node->getStringValue(); + + SG_LOG("commradio:AtisSpeaker",SG_INFO,"newText:" << newText); + if (_synthesizeRequest.text == newText) return; + _synthesizeRequest.text = newText; string voice = "cmu_us_arctic_slt";