by zervdim » Fri Jan 27, 2012 1:13 pm
Hello bazzle,
[speedcam_category:8]
activated_spoken_type=speech
activated_speech="Caution dangerous railway crossing"
;overspeed_spoken_type=1
warn_distances="0:500"
The warn distances="0:500" it means :
The price 0 is your speed and the second price 500 is the distance from the Proximate Alert.
so if you have 0-200km/h speed then TTS Pro will announce the alerts before 500m regardless of your speed because you have set the price of speed >0.
If you like for example all the dangerous railway crossing to be announced if your speed is more than
100 km/h and also you want the announced to be before 150m from the proximate alert then you must set this:
warn_distances="100:150"
Please, note that if your speed is less than 100Km/h the TTS Pro will announce to you nothing!!
Furthermore I don't think that you must change all the lines and set something like this:
warn_distances=150:2000,140:1600,130:1400,120:1200,110:1000,100:800,90:600,80:500,70:400,60:300
This is very good to use for the speedcameras because depending of your limit and car distance from the speedcamera the TTS Pro will announce the speedcamera.
But for the proximate alert if you set :
[speedcam_category:8]
activated_spoken_type=speech
activated_speech="Caution dangerous railway crossing"
;overspeed_spoken_type=1
warn_distances=150:2000,140:1600,130:1400,120:1200,110:1000,100:800,90:600,80:500,70:400,60:300
it means that if your speed is more than 140km/h the TTS Pro will start to announce you the dangerous railway crossing before 1.6Km !
You can modife each warn_distance one by one.