IGO8.3.5 talks to much   

IGO8.3.5 talks to much

Postby camaro69 » Thu Dec 13, 2012 1:33 am

This has been driving me crazy for sometime.

The TTS goes into to many details with instructions

ie: turn left in 1 mile, turn left in 1/2 mile, turn left in 1/4 mile, turn left in 800 feet, turn left in 400 feet and finally, turn left

I know that it's very complicated in the software to make any adjustments.

Does anyone know if Primo doesn't have as many turn instructions?
camaro69 offline


User avatar Member



 
Joined: Fri Aug 06, 2010 7:24 pm
Posts: 118
Has thanked: 0 time
Been thanked: 2 times

Postby chas521 » Thu Dec 13, 2012 4:33 am

I can't answer about Primo because I don't use it but if you want to make changes to iGO8 TTS here's how to proceed.

1. FIRST, MAKE A COPY [BACKUP] OF THE VOICE YOU ARE USING!!
2. Open the voice file .rar
3. Go to config
4. Go to command.csv

In command.csv are the template TTS commands. Carefully [I suggest slowly to make sure it's correct] edit the lines that you want to change. Every symbol means something. That's why I said slowly. If you screw it up you have the full voice backed up already from #1.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby chas521 » Thu Dec 13, 2012 12:49 pm

Found elsewhere. With thanks to an unknown member.

iGo 8/Amigo voice commands.csv format

Having recently acquired a sat nav I have been experimenting with iGo 8 and Amigo. Both have their particular charms, iGo 8 is highly configurable while Amigo has a clearer display but few customisation options.

One thing that bothers me about both of them is the way they announce every turning three times. Once at 800m (“after 800m prepare to turn left”), then again at 300m (“after 300m prepare to turn left”) and again at 100m (“after 100m turn left”). That seems a bit excessive to me – the 800m and 100m announcements would be fine. The solution is to take the Voice_eng-uk-f3.zip and modify it.

Inside the zip file there is commands.csv, which dictates how iGo speaks to you. I couldn’t find much info on the format, just some outdated stuff for iGo 2006 scattered over some forum posts, so I decided to try and figure it out myself. Luckily, it was not too hard!

iGo uses subroutines for building up the speech. For example, near the top you have:

"code","distance","vocal/iconid","text"
"slight_left","call bear BEAR_LEFT-M BEAR_LEFT-E",3,
"slight_right","call bear BEAR_RIGHT-M BEAR_RIGHT-E",4,
"straight","call c_straight CONTINUE_STRAIGHT-M CONTINUE_STRAIGHT-E",0,
"exit_left","call exit EXIT_LEFT-M EXIT_LEFT-E",24,

Then later on you have all the templates for “bear”, “c_straight”, “exit” etc. The two uppercase words after the “call ” bit are the two voice files, one for when the command is the last one and one for when there is more to follow (her voice goes up a bit so it sounds natural).

Then later on we have:

"template c_straight",,,"01_Continue straight situations"
,"100[then]*03_c_straight","THEN %2","01-5 Then continue straight."
,"300[then3]","*03_c_straight","01-5 Then continue straight."

First number is the distance. The item in square brackets is the conditions which iGo uses to pick the right thing to say. For example, [then] is for situations where iGo says “do something and THEN CONTINUE STRAIGHT”. These are built in to iGo. The first one is “then” and the second one is “then3″.

After that comes the optional ID. For the 100 line, the ID is “*03_c_straight”. The 300 line does not have an ID.

The third item is what to actually say. The words in capitals are the names of the .ogg sound files to say. The %2 refers to a parameter passed by iGo, which in this case is presumably “CONTINUE_STRAIGHT” (i.e. the name of the .ogg file, less the -e/-m which iGo adds automatically).

Now looking at the 300 line, we can see that the third item is “*03_c_straight”. That refers to the ID of the 100 line, in other words it’s just saying “use the line with ID ‘*03_c_straight’ for ’300[then3]‘ as well”.

The fourth line is just a comment, it has no effect on what is spoken.

,"100[then2,X>1]*06_turn_2","THEN TAKE %X %2","02-47-52 Then take the %X %*. (X>1)"
,"100[then2,!X]*05_turn_2","THEN TURN-SH %2","02-77-81 Then turn %*. (!X)"
,"100[then1,X=1]*07_turn_2","THEN TAKE_THE_NEXT-SH %2","02-65-70 Then take the next %*. (X=1)"
,"100[then1,X>1]","*06_turn_2","02-47-52 Then take the %X %*. (X>1)"

Here is another good example. The first line defines “*06_turn_2″. From the comment we can see that X is the turn number, e.g. the 3rd turn on the left/right. It is used twice, once in the definition (“[then2,X>1]” – i.e. then2 and more than the 1st turn) and again in the speech part where %X produces “the second”/”the third”/”the forth” etc. Finally %2 is “left”/”right”, but from the comments it is also implied that it can be “sharp left”/”sharp right”.

So, it’s quite a complicated system to work with, because everything is referencing other stuff. The good news is you can just remove lines you don’t want, but of course you do have to be careful when removing a line with an ID to either remove all other lines which reference it or to change their references to something else.

My guess is that iGo probably have some software which displays all this stuff in a big tree on screen to make editing it easier. Still, we can do it by hand :)

@camaro69
What you might see in the command.csv file might be somewhat different from what you see here. But you can see how difficult it might be. If you attempt this and get it going the way you like please upload your modified voice for us to check out. Thanks.

There is a simple work-around, just use a non-TTS voice.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby camaro69 » Fri Dec 14, 2012 1:07 am

Had a feeling that it was involved. If I really want to sit down one day and play with I'll see what I can do.

Thanks for the info.
camaro69 offline


User avatar Member



 
Joined: Fri Aug 06, 2010 7:24 pm
Posts: 118
Has thanked: 0 time
Been thanked: 2 times


Return to General Discussions about iGO core

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 6 guests