by zervdim » Tue Dec 20, 2011 5:30 pm
Hello,
Before 3 months I made the Greek voice Dimitris, it's a nuance TTS Voice from my mio 575.
I have transformed it to TTS Pro , add sth to voice file and also add from the post of Yurbuh Tuggly the dictionary voice.
When I have fixied my own Greek voice Dimitris, I had some issues:
In default Skin and in Gurion Skin the TTS Pro dosen't announced right the speed limit, I listen something like chiniese. I have fixed this problem doing the following to my lang file Greek_lang.zip:
In order to listen right the speed limit I have already made the following changes to lang.zip files:
Km/h="Kilometers per hour"
miles/h="miles per hour"
to
Km/h="Kilometers"
miles/h="miles"
Further more in order to listen the announced for Speedcameras and for Driver Alerts ( those I had put to Primo/content/speedcam) I found that in order to listen them right :
I add the following to my sys.txt
[warning]
speedlimit_warning_visual=1
speedcam_warning=1
is_spoken=1
speedcam_max_lookahead=2000
speedcam_maxdistance_from_road=10
[speedcam_category:0]
activated_spoken_type=speech
activated_speech="Caution speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"
[speedcam_category:1]
activated_spoken_type=speech
activated_speech="Caution mobile speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"
[speedcam_category:2]
activated_spoken_type=speech
activated_speech="Caution traffic light camera"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,50:500,40:200,20:100"
[speedcam_category:3]
activated_spoken_type=speech
activated_speech="Caution average speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"
[speedcam_category:4]
activated_spoken_type=speech
activated_speech="Caution traffic light ahead"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,20:500"
[speedcam_category:7]
activated_spoken_type=speech
activated_speech="Caution bus lane camera ahead"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,20:500"
[speedcam_category:8]
activated_spoken_type=speech
activated_speech="Caution dangerous railway crossing"
;overspeed_spoken_type=1
warn_distances="0:500"
and I add the following to the dictionary.voice file:
Caution speed camera ahead="Προσοχή, κάμερα ταχύτητας μπροστά σας"
Caution mobile speed camera ahead="Προσοχή, φορητό ραντάρ τροχαίας"
Caution traffic light camera="Προσοχή, κάμερα σηματοδότη και κάμερα ταχύτητας"
Caution average speed camera ahead="Προσοχή, κάμερα μέσης ταχύτητας"
Caution traffic light ahead="Προσοχή, φανάρι εθνικής οδού"
Caution bus lane camera ahead="Προσοχή, κάμερα λωρίδας λεωφορείων"
Caution dangerous railway crossing="Προσοχή, επικίνδυνη διασταύρωση τρένου"
Only in this way I had the right announced for the speedcameras and for Proximate alerts.
Thanks in advance.