
Originally Posted by
zervdim
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.***
Bookmarks