Quote Originally Posted by zervdim View Post
From a short look I seen that this is my voices...

I think that Gigya have done the changes and it will work

So if you want to to make changes to the street names then you should do the following:
Download this win.rar :

***Hidden content cannot be quoted.***


then open the voice.zip (do not unzip it ) and go to the file: config_transform_tables.lua
open it with a notepad and if you want to change the street name: "A666" to "X666" then write the following:
transform.roadname_abbrev_table = TRANSFORM.new({
{1,L"Tunnl",L""},
{1,L"Tunls",L""},
{1,L"Tunl",L""},
{1,L"Tunel",L""},
{1,L"Tunnel",L""},
{1,L"Avnue",L""},
{1,L"Avn",L""},
{1,L"Avenu",L""},
{1,L"Aven",L""},
{1,L"Ave",L""},
{1,L"Av",L""},
{1,L"Cntr",L""},
{1,L"Cnter",L""},
{1,L"Center",L""},
{1,L"Centre",L""},
{1,L"Centr",L""},
{1,L"Cent",L""},
{1,L"Cen",L""},
{1,L"Ctr",L""},
................,
{1,L"A666",L"X666"},


Sometimes all this issue comes from the map, the TTS if it read "Kong George" from the map then it will Speak "Kong George".

So in this case you should go and make changes (Huge job , we have done from a TTS Pro voice and now the file has 550.000 KB!!!) as I describe above!


Furthermore you can try the Nuance English TTS Pro voice I have made :
***Hidden content cannot be quoted.***

I have tried changing things but seem to get a corrupted file. I tried out the modified file but it just will not say the letter "A" as part of a road. It either said "I" instead or does not even say a letter.

I have also hear when switch in driver alerts it says "Yeild" instead of "Give Way", where is that file located as again willrequire modification for uk users like myself.