Jump to content
AVIC411.com

Adding (LEFT and RIGHT) destination notification to voice


Recommended Posts

What modifications are necessary for the voice files to say the side of the street for the destination?

 

ANSWER

The commands are found in the commands.csv file in the zipped voice file. The usual command for destination arrival are contained in the "goal" command. The commands for destination with direction are "goal_left" and "goal_right" (there are also "via_left" and "via_right".

 

For example, you would see this command on the voice file that has destination directions:

The parts in RED are what you need to add.

 

 

CODE:

"goal","call 22-tts-loq","8",

"goal_left","call 24-tts-loq left, left.","8",

"goal_right","call 24-tts-loq right, right.","8",

"via","call 21-tts-loq","20",

"via_left","call 23-tts-loq left, left.","20",

"via_right","call 23-tts-loq right, right.","20",

 

24-tts-loq refers to a template which you would see towards the bottom of the commands.csv file:

 

CODE:

"template 23-tts-loq",,,"15_Viapoint situations with direction"

,"100[then]*23-tts-loq-t01","Then, arrive at destination, on the %2","15-6 Then arrive at viapoint on the left/right."

,"300[then3]","*23-tts-loq-t01","15-6 Then arrive at viapoint on the left/right."

,"1000[more]*23-tts-loq-m00","Drive %dist3","06-4-7 Drive %dist."

,"500[more,set_1]*23-tts-loq-m03","Approaching destination, on the %1 in %dist3","15-2 Prepare to arrive at viapoint, on the left/right, in %dist.""

,"200[more,set_2]*23-tts-loq-m02","Approaching destination, on the %1 in %dist3 %then","15-3 You will arrive at viapoint, on the left/right, in %dist. %then""

,"50[more,near,set_3]","*23-tts-loq-m02","15-3 You will arrive at viapoint, on the left/right, in %dist. %then"

,"0[more,near,set_4]*23-tts-loq-m01","Arriving at destination, on the %2 %then","15-4 You have reached a viapoint, on the left/right. %then""

,"800[equal,minsilence=10,if_not_1]","*23-tts-loq-m03","15-2 Prepare to arrive at viapoint, on the left/right, in %dist."

,"300[equal,minsilence=10,if_not_2]","*23-tts-loq-m02","15-3 You will arrive at viapoint, on the left/right, in %dist. %then"

,"100[near,minsilence=7,if_not_3]","*23-tts-loq-m02","15-3 You will arrive at viapoint, on the left/right, in %dist. %then"

,"1[near,if_not_4]","*23-tts-loq-m01","15-4 You have reached a viapoint, on the left/right. %then"

 

"template 24-tts-loq",,,"16_Destination situations with direction"

,"100[then]*24-tts-loq-t01","Then, arrive at destination, on the %2","16-8 Then arrive at your destination, on the left/right.""

,"300[then3]","*24-tts-loq-t01","16-8 Then arrive at your destination, on the left/right."

,"1000[more]*24-tts-loq-m00","Drive %dist3","06-4-7 Drive %dist."

,"500[more,set_1]*24-tts-loq-m03","Approaching destination, on the %1 in %dist3","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist.""

,"200[more,set_2]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"50[more,near,set_3]*24-tts-loq-m02","Approaching destination, on the %1 in %dist3","16-2 You will arrive at your destination, on the left/right, in %dist.""

,"0[more,near,set_4,set_arrive]*24-tts-loq-m01","Arriving at destination, on the %2","16-3 You have reached your destinaion, on the left/right.""

,"800[equal,minsilence=10,if_not_1]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"300[equal,minsilence=10,if_not_2]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"100[near,minsilence=7,if_not_3]","*24-tts-loq-m02","16-2 You will arrive at your destination, on the left/right, in %dist."

,"1[near,if_not_4,set_arrive]","*24-tts-loq-m01","16-3 You have reached your destinaion, on the left/right."

 

The above are taken from the original Susan voice file that supports destination direction.

 

If your voice file does not support destination direction, just copy the "goal_left", "goal_right", "via_left", and "via_right" commands into the commands.csv file of your voice file. Copy as well the corresponding command templates for the four (4) above new commands and insert them toward the bottom of the commands.csv file after the templates for the regular "goal" commands.

 

I found this info on another forum and have used it for an Amigo voice file and it works. I just haven't tried it with the avic voice files but it should work. Be sure to backup your original file.

Link to post
Share on other sites

Just tried it and it didn't work. I did a simulate to my home and it would tell me "take next right", but when I was closer to my house, I pushed flag icon and it didn't say anything. I am pretty sure I followed instructions to the T.

One thing I did notice that the quotations didn't match..etc...

Here is my file:

 

 

template gen_goal,,,16_Destination situations

,100[then]*03_gen_goal,"Then, arrive at your destination.",16-8 Then arrive at your destination.

,300[then3],*03_gen_goal,16-8 Then arrive at your destination.

,1000[more]*04_gen_goal,Drive %dist3,06-4-7 Drive %dist.

,"500[more,set_1]*02_gen_goal","Prepare to arrive at your destination, in %dist3",16-1 Prepare to arrive at your destiantion in %dist.

,"200[more,set_2]",*02_gen_goal,16-1 Prepare to arrive at your destiantion in %dist.

,"50[more,near,set_3]*01_gen_goal","You will arrive at your destination, in %dist3",16-2 You will arrive at your destination in %dist.

,"0[more,near,set_4]*00_gen_goal",You have reached your destination.,16-3 You have reached your destinaion.

,"800[equal,minsilence=10,if_not_1]",*02_gen_goal,16-1 Prepare to arrive at your destiantion in %dist.

,"300[equal,minsilence=20,if_not_2]",*02_gen_goal,16-1 Prepare to arrive at your destiantion in %dist.

,"100[near,minsilence=7,if_not_3]",*01_gen_goal,16-2 You will arrive at your destination in %dist.

,"1[near,if_not_4]",*00_gen_goal,16-3 You have reached your destinaion.

 

Here is yours...

 

"template 24-tts-loq",,,"16_Destination situations with direction"

,"100[then]*24-tts-loq-t01","Then, arrive at destination, on the %2","16-8 Then arrive at your destination, on the left/right.""

,"300[then3]","*24-tts-loq-t01","16-8 Then arrive at your destination, on the left/right."

,"1000[more]*24-tts-loq-m00","Drive %dist3","06-4-7 Drive %dist."

,"500[more,set_1]*24-tts-loq-m03","Approaching destination, on the %1 in %dist3","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist.""

,"200[more,set_2]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"50[more,near,set_3]*24-tts-loq-m02","Approaching destination, on the %1 in %dist3","16-2 You will arrive at your destination, on the left/right, in %dist.""

,"0[more,near,set_4,set_arrive]*24-tts-loq-m01","Arriving at destination, on the %2","16-3 You have reached your destinaion, on the left/right.""

,"800[equal,minsilence=10,if_not_1]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"300[equal,minsilence=10,if_not_2]","*24-tts-loq-m03","16-1 Prepare to arrive at your destiantion, on the left/right, in %dist."

,"100[near,minsilence=7,if_not_3]","*24-tts-loq-m02","16-2 You will arrive at your destination, on the left/right, in %dist."

,"1[near,if_not_4,set_arrive]","*24-tts-loq-m01","16-3 You have reached your destinaion, on the left/right."

 

See the difference? Was I supposed to delete my original template or just add it??

Link to post
Share on other sites
  • 1 month later...

Just want to bring this thread up again, as this is a real nice feature to have on igo 8.3+.

 

With the recently release of the Hacked EZRIDER.exe 3.0.1 (see:http://avic411.com/forum/viewtopic.php?f=34&t=25940), all AVIC model should be able to run IGO8.3, including F500BT users.

 

With this TTS mod, we should be able to have IGO to speak out "Your destination is on the LEFT/Right side".

Link to post
Share on other sites
  • 3 weeks later...

Samantha was telling me what side my destination was on when I was running the gurjon skin. I've since been running Stanislovich's skin converted to 3.0 by andr2000 and have lost the left/right designation. And before anyone asks, no I did not change my tts file.

 

Is anyone getting the left/right designation on any skin other than gurjon's?

Link to post
Share on other sites
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...