When overspeeding, I get the following announcement (taken from info.ini in voice zip file)
overspeed="You are over the speed limit. Slow down!"
I would like to have it announced
You are speeding at %current_speed%
where %current_speed% is current speed variable
I see that you can use variable substitution in
tts_eta="You will arrive at your destination at\number=time %I:%M %p"
How do I changed the fixed announcement to tts announcement with current speed being used.