That questions do not belong here
Read mentioned thread more carefully, explanations are there![]()
That questions do not belong here
Read mentioned thread more carefully, explanations are there![]()
Boki,
Thanks for the help, now is running as desired with the following commands of sys.txt:
[warning]
speedcam_enabled=1
speedcam_warning=1
speedcam_continuous_approach_beep_when_tonal=0
mute_voice_announce_during_alert=1
speedcam_max_angle=60
speedcam_snap_distance=200
speedcam_max_lookahead=800
speedcam_maxdistance_from_road=15
; S P E E D C A M - C A T : 0
[speedcam_category:0]
activated_tonal_type="alert"
activated_spoken_type=sound
activated_sound="Fixed_Camera"
approach_beep_spoken_type=sound
approach_beep_sound="Fixed_Camera"
approach_beep_distances=400
overspeed_spoken_type=sound
overspeed_sound="!alert1"
warn_distances="150:800,140:800,130:800,120:800,110:800,100:800,90:800,80:800,70:800,60:800,50:800,40:800,30:800,20:800,10:800"
use_road_speedlimit=0
Just one more question, do you know if is possible do some commands at sys.txt to the overspeed sound not be continuous? the main idea is overspeed sound be equal approach beep sound, the frequency of sounds occur by distances.
Thanks,
Mauricioea

for spoken warnings (tts) the command "overspeed_min_speech_repeat_delay=10" will set the fequency (in this case 10 seconds) at which the overspeed warning is repeated.do you know if is possible do some commands at sys.txt to the overspeed sound not be continuous? the main idea is overspeed sound be equal approach beep sound, the frequency of sounds occur by distances
This might work for for the beep as well; if not you could try "overspeed_min_sound_repeat_delay" or even "overspeed_min_beep_repeat_delay"
Please reply if any of these ideas work
Hello k1w1_123 and Boki,
I found the correct command that is close to your suggestions, I already tested and it is working perfect, see the my sys.txt commands below:
; S P E E D C A M - C A T : 0
[speedcam_category:0]
activated_tonal_type="alert"
activated_spoken_type=sound
activated_sound="Fixed_Camera"
approach_beep_spoken_type=sound
approach_beep_sound="Fixed_Camera"
approach_beep_distances=400
overspeed_spoken_type=sound
overspeed_sound="Reduza Velocidade"
overspeed_min_tone_repeat_delay=8 ;delay in seconds
warn_distances="150:800,140:800,130:800,120:800,110:800,100:800,90:800,80:800,70:800,60:800,50:800,40:800,30:800,20:800,10:800"
use_road_speedlimit=0
I really want thank you for all support.
Mauricioea
Bookmarks