wanted that the navi says: in 1000 meters speed camera, then in 400 meters again.
Over speed only once.
thank you for your help
wanted that the navi says: in 1000 meters speed camera, then in 400 meters again.
Over speed only once.
thank you for your help
But you didn't specify what kind of voice you're using.......
This command should give you the warning at 1000 meters:
warn_distances="00:1000"
or use the "classic" command:
warn_distances="130:1000,90:1000,70:1000,50:1000,30:1000"
If you use VocalizerEx only these commands work:
approach_beep_distances=600 ; repeats the alarm on approach every 600 meters
approach_beep_spoken_type=speech ; alert type = spoken by TTS
approach_beep_speech="Speed Camera." ; the TTS voice says "Speed Camera"
If instead you use the basic voices, (not TTS), the commands above cannot work, (because they are not able to read), and instead work these commands here below:
skin_first_sound="Fixed_Camera" ;wav audio file located in the ui_nextgen folder
skin_speed_sound_delay=600
skin_repeat_sound="Fixed_Camera"
skin_repeat_distance=600 ;0=do not repeat "Fixed_Camera" repeats the audio warning on approach every 600 meters
you have to play with the two values to get the second warning at 400 meters. I've never used the basic voices with audio alerts........
Last edited by BIRBANTE; 23rd July 2019 at 12:41 AM.
Bookmarks