Also some other announcements like 'Kilometer pro stunde' is now read out as 'km/h'. Was working many versions before without any problem. Do not know if this is really an improvement.
I have to say that the new update is not an optimal solution.
That the Speedcam test and weather announcement stopped working due to a single missing or wrong word.
This is a search for the "needle in a haystack".
I hope Pongo changes that again
Also some other announcements like 'Kilometer pro stunde' is now read out as 'km/h'. Was working many versions before without any problem. Do not know if this is really an improvement.
Last edited by userninenine; 26th February 2020 at 09:56 AM.
i can sloved this problem. and then tts is working
take by next step
driveralerts.zip\ui_nextgen\common\ui\driveralerts.ui
edit
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=(%lua.DAEnabled && %lua.DAReadEnabled && (%lua.wReadOutDASupported || !%lua.DA_ReadTTS_Enabled && %lua.DAaudioSupported)) .../>
to
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=1 .../>
speedcam.zip\ui_nextgen\common\ui\speedcam.ui
edit
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo enable=.../>
to
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo/>
After the translation problems, I'm also checking the lang and voice files that are always inside the Pongo skin update packages.
Dear friends!
Try this to see if it helps. In the voice file, change this line to this:
;Limit %s="The allowed speed %s."
Limit %s="The allowed speed %s"
The 'dot' character is causing the problem. This is a potential source of error.
My regards!
@Tajfun
Limit %s="The allowed speed %s" do not fix the problem.
I think it's this tring: " The speed limit is! "
Really don't know what that must be changed. Worked fine in the past.
Hi
The speed limit is %s!="your text %s"
NB : at the end of your translate do not write the "!" besause it generates an unpleasant audio blank between the speed value and the unity (km/h or miles/h)
Last edited by BIBUOT; 27th February 2020 at 09:56 AM.
@BIBUOT
Good shot. That fixed the problem.
Bookmarks