Program to Customize TTS Voices

 

If you've ever wanted to modify your TTS voice file, here's an easy program http://turboccc.wikispaces.com/TTSVoiceEditor

I tested it on my 750 and it works perfectly. I finally got rid of the annoying "recalculating"!!

See also

Frequently Asked Questions

1 ... 7 8 9 10
<<Page 11>>

It's Garmin's fault

thrak wrote:

I keep meaning to make a few changes but never seem to get around to it.

My unit always calls the abbreviation BR "branch" rather than "Business Route".

This is a Garmin problem. BR is Business Route, Br is branch. Look at the display - all Business routes show as Br and not BR.

thrak wrote:

I don't need to change "recalculating" to something longer. It's annoying enough as it is.

Maybe someday I'll get around to making the changes....

I forget who it was that posted this, but change Recalculating to a period or a colon. The unit just does it without getting all snotty about it.

--
Illiterate? Write for free help.

Expressway and Branch

thrak wrote:

I travel around Northern California for work and it always calls Holiday Inn Express "Holiday Inn Expressway".

Edit your .VPM file with a Hex Editor. Make a search for "Express". You should find it in a unique location. Replace "Express" by "EEEEEEE". That should solve your problem.

For branch, the change would be a bit more complicated since you need to disable the Br abbreviation are replace it by something else. Did you look at TTS_Speech_Doctor on my site. I think there is a fix for that (or the opposite...)

interesting!

Box Car wrote:
thrak wrote:

I keep meaning to make a few changes but never seem to get around to it.

My unit always calls the abbreviation BR "branch" rather than "Business Route".I forget who it was that posted this, but change Recalculating to a period or a colon. The unit just does it without getting all snotty about it.

wow, never thought about getting rid of the recalculating all together!

--
Garmin c340, Nuvi 350, Nuvi 765T, Nuvi 2360LMT

Controlling POI visibility at different zoom levels

One *really* bizarre quirk of the Zumo is that if you switch to a British English voice instead of the American English, POIs show up on the map at 0.5mi zoom instead of 0.3mi zoom. I cannot explain this behavior, but I have verified that it happens.

This suggests there is some setting in the VPM file that can affect the visibility of POIs on the map. Do you know what that might be? Is there any way to tweak this? I really, really want to see POIs on the map out to 20+mi radius.

Thanks in advance,
Jeff

Controlling POI visibility at different zoom levels

Sorry. I have never seen this. I really do not understand how this is possible. I may guess this is a Locale issue or simply a bug, but that is far from getting a fix.

Miles to Kilometers

stickfigure wrote:

One *really* bizarre quirk of the Zumo is that if you switch to a British English voice instead of the American English, POIs show up on the map at 0.5mi zoom instead of 0.3mi zoom. I cannot explain this behavior, but I have verified that it happens.

Even though you continue to show distance in miles, some of the internal calculations may change from miles to KM. It's the right ratio - 0.6 mi per KM.

--
-Quest, Nuvi 1390T

Controlling POI Visibility At Different Zoom Levels

turboccc wrote:

Sorry. I have never seen this. I really do not understand how this is possible. I may guess this is a Locale issue or simply a bug, but that is far from getting a fix.

The interesting thing is that it changes irrespective of any other locale setting (ie, kilometers vs miles). There must be some flag in the voice file that triggers this "bug".

Do you have any formal documentation for the voice file format? Or if you have any backdoor contacts at Garmin, could you press them on this issue? I know a lot of people that would be very happy to have their Zumo magically able to view POIs at higher zoom levels...

Thanks,
Jeff

Love this program

Have wife convinced its a self-learning feature of her Garmin. It learn't her name from the registration and berates her because she keeps missing turns. She uses the Britt voice so I programmed it"Lost again love, shall we try again Munchkin". It drives her crazy trying to figure out how it did this.

Happy Talk -- Keep Talking, Happy Talk

windwalker wrote:

Have wife convinced its a self-learning feature of her Garmin. It learn't her name from the registration and berates her because she keeps missing turns. She uses the Britt voice so I programmed it"Lost again love, shall we try again Munchkin". It drives her crazy trying to figure out how it did this.

That's the BEST story!

Gary Hayman

--
Garmin DriveSmart 61 LMT-S, Prev.GPSs: Drive61 LM, nuvi 3790LMT, 755T & 650, GPSIII+, SP 2610, 250W; Magellan 2200T; Originator of GARMIN NUVI TRICKS, TIPS, WORKAROUNDS, HINTS, SECRETS & IDEAS http://bit.ly/GARMIN-TNT

Controlling POI Visibility At Different Zoom Levels

Do you have any formal documentation for the voice file format?

No. Changing the text strings is very easy and does not require much knowledge. I can scan the TTS voices and try to see for some text strings to change.

Or if you have any backdoor contacts at Garmin, could you press them on this issue?

No contact. They do not talk to me.... smile

Edit: Are we talking TTS voices or non-TTS voices? Please give me the detailed voice name.

0.5mi vs 0.3mi voice trick

turboccc wrote:

No. Changing the text strings is very easy and does not require much knowledge. I can scan the TTS voices and try to see for some text strings to change.

Ah, I was afraid this might be the case. It's what I would have done.

turboccc wrote:

Edit: Are we talking TTS voices or non-TTS voices? Please give me the detailed voice name.

I haven't done a lot of experimentation with different voices, but when I switched to British Emily (TTS) my POI icons started rendering at 0.5mi zoom instead of the usual 0.3mi zoom. I was previously using the female American English TTS voice, Jill I think (I don't have the unit in front of me at the moment), and switching back to this voice rendered POI icons at max 0.3mi zoom.

Pretty crazy. I found this out from someone on the zumoforums.

Jeff

0.5mi vs 0.3mi voice trick

The GPS may be using the Language ID in the TTS voice. Changing the Language ID to a different value may trigger this effect.

Open the Emily TTS voice with a Hex Editor. Search for "lang_enum" (no double quotes. You will find this string:

<lang_enum>14</lang_enum>

Replace the 14 (language ID for British English) for 00 (0 is the language ID for US English)

<lang_enum>00</lang_enum>

Note: If 00 does not work, try " 0" (space + 0 with no double quotes).

There may be other things I would try, but this seems the most likely to work.

If the POIs are not at 0.5mi anymore, you know what triggered the bug in the GPS.

Turbo

Now that's good!

windwalker wrote:

Have wife convinced its a self-learning feature of her Garmin. It learn't her name from the registration and berates her because she keeps missing turns. She uses the Britt voice so I programmed it"Lost again love, shall we try again Munchkin". It drives her crazy trying to figure out how it did this.

I wish I had thought of that! Way to go!!!

--
Garmin c340, Nuvi 350, Nuvi 765T, Nuvi 2360LMT

Update to TTS_Voice_Editor v2.90

Tired or hearing "Recalulatin"?

I just made an update to TTSVE v2.90.

Changes from v2.89 to v2.90:

•Fixed an issue with new British Emily v2.40

Link in post #1 is till good.

Thanks Turbo

for all your time and effort in maintaining and upgrading all your programs, it's much appreciated. smile

--
Nüvi 255WT with nüMaps Lifetime North America born on 602117815 / Nüvi 3597LMTHD born on 805972514 / I love Friday’s except when I’m on holidays ~ canuk

Recalculating

I use that field blank, and hear nothing. Seems to recalculate faster as well.

--
nüvi 3790T | Those who make peaceful revolution impossible, will make violent revolution inevitable ~ JFK

blank field

Interesting. I do not remember if it was a 255 or a 255W, but someone reported a blank field was not working for him. It has to be gps dependant because it works for you and it worked for me as well in the past.

I know also there is an empty field somewhere in the list. This empty field is called between each voice segment. If you put something there, put something very small otherwise you will become crazy...

A 'period'

A period (.) will work if the empty field doesn't. It's a minor pause. Both my 775T, and 3790T honour the empty field where 'Recalculate' used to exist.

--
nüvi 3790T | Those who make peaceful revolution impossible, will make violent revolution inevitable ~ JFK

i use the period

Juggernaut wrote:

A period (.) will work if the empty field doesn't. It's a minor pause. Both my 775T, and 3790T honour the empty field where 'Recalculate' used to exist.

I believe it was Juggernaught that made me look at totally removing Recalculating from the vocabulary. I also changed Drive to the highlighted route to Road trip? I love road trips!

Yes, TTS Editor is almost as useful as EPE.

--
Illiterate? Write for free help.

Jill 3.0

There is a new Jill. TTSvoice editor shows garbage in the text area instead of recalculate, etc. I am using 2.90

Jill 3.0

Panache wrote:

There is a new Jill. TTSvoice editor shows garbage in the text area instead of recalculate, etc. I am using 2.90

I just found the same thing. Hopefully it's is fixable.

new jill

yep it looks like chinise charecters so they have changed something again, kinda strange they change a format in a voice file ?
i have a 1450lm

Glad I have not updated

Glad I have not updated lately. Any idea what the fix is?

--
Garmin c340, Nuvi 350, Nuvi 765T, Nuvi 2360LMT

Bob?

vnman63 wrote:

I'm guessing that the program is PC only yes?

Bob Dobbs? Is that you?

--
NUVI40 Kingsport TN

NUVI40

Works great on my NUVI40.

--
NUVI40 Kingsport TN

Program to Customize TTS Voices

It's nice when she says "ok, you're the boss" instead of recalculating.

use a space

triliby wrote:

It's nice when she says "ok, you're the boss" instead of recalculating.

Use a space instead of a phrase. That way the unit just redraws a route and you don't get tired of listening to whatever phrase you put in. You may think the phrase is "cute" or "funny", but the 10th time it repeats...

--
Illiterate? Write for free help.

Sweet!

Thanks!

Program to Customize TTS Voices

I downloaded your latest version 290 and have my garmin plugged in via USB to the Pc and opened the American Jill VPM file with the TTS editer and all the choices are gibberish. Can't find Recalculating.

I have a 3790T and have used the program before and did change the voice to something I liked but did an upgrade and lost the change.

As I said all the text of voices is strange characters.

Can you help, please?

Thank you

Garmin

triliby wrote:

I downloaded your latest version 290 and have my garmin plugged in via USB to the Pc and opened the American Jill VPM file with the TTS editer and all the choices are gibberish. Can't find Recalculating.

changed the format for the encryption on the voice file.

--
Illiterate? Write for free help.

I like this one!

triliby wrote:

It's nice when she says "ok, you're the boss" instead of recalculating.

I like that! I used: Okay then. Let's try it your way.

I get lots of comments on it, I forget about it until someone riding with me yells, "What did that thing just say?!?!?"

I love it!

--
Garmin c340, Nuvi 350, Nuvi 765T, Nuvi 2360LMT

Spelling does not count

myblubu wrote:
triliby wrote:

It's nice when she says "ok, you're the boss" instead of recalculating.

I like that! I used: Okay then. Let's try it your way.

I get lots of comments on it, I forget about it until someone riding with me yells, "What did that thing just say?!?!?"

I love it!

With Karen, I have to spell the words phonetically. For instance. 'magnificent' needs to be spelled 'magnifficent' in order to be pronounced correctly for Americans.

--
NUVI40 Kingsport TN

Karen

I changed Karen's phrase from "Please find the highlighted route" (or something) to "David, you magnificent beast, lets take a ride"

I got the biggest eyeroll from my wife in our 32+ years of marriage. Plus an order to change it.

Still worth it! smile

--
NUVI40 Kingsport TN

mine laughs

David King wrote:

I changed Karen's phrase from "Please find the highlighted route" (or something) to "David, you magnificent beast, lets take a ride"

I got the biggest eyeroll from my wife in our 32+ years of marriage. Plus an order to change it.

Still worth it! smile

every time we tell it to follow a route and she starts with "Road trip? I just love road trips."

--
Illiterate? Write for free help.

I like it

Box Car wrote:

every time we tell it to follow a route and she starts with "Road trip? I just love road trips."

I'm going to use this tomorrow for our trip. Thanks!

--
NUVI40 Kingsport TN

Question Mark for Karen in TTS Editor

Anyone know how to make Karen appear to ask a question?
Turboccc says in his instructions "The exclamation mark "!"and the interrogation mark "?" sometimes do something."

Maybe I need to do a phonem? Anyone had experience with these?

--
NUVI40 Kingsport TN

Works well on my Nuvi360.

Works well on my Nuvi360. Thanks!

punctuation

David King wrote:

Anyone know how to make Karen appear to ask a question?
Turboccc says in his instructions "The exclamation mark "!"and the interrogation mark "?" sometimes do something."

Maybe I need to do a phonem? Anyone had experience with these?

The normal punctuation marks do cause the effect you are looking for. Question marks do make the voice sound as if it is stating a question, pauses happen with commas and also colons (which is why I use them in my GPX files). Exclamation points are a little more tricky, there isn't much change in inflection. I believe there was a rather inclusive write-up on GPSPassion a few years back that covered a lot of what your asking. I haven't gone much past the basics mentioned in this post, and I have no real idea exactly where I did see the write-up.

--
Illiterate? Write for free help.

Question mark

Box Car wrote:

The normal punctuation marks do cause the effect you are looking for. Question marks do make the voice sound as if it is stating a question, pauses happen with commas

The question mark and exclamation marks have no effect on my 40 with Karen. The rest of the stuff, commas and periods, work OK.

--
NUVI40 Kingsport TN

Works on mine

David King wrote:
Box Car wrote:

The normal punctuation marks do cause the effect you are looking for. Question marks do make the voice sound as if it is stating a question, pauses happen with commas

The question mark and exclamation marks have no effect on my 40 with Karen. The rest of the stuff, commas and periods, work OK.

Of course I've got the 885T and use Jill.

--
Illiterate? Write for free help.

No Jill

Box Car wrote:

Of course I've got the 885T and use Jill.

My 40 can't get Jill. Booooo

--
NUVI40 Kingsport TN

nahh nahh nuh nah-nah

[quote}My 40 can't get Jill. Booooo

I also believe it uses a different speech engine.

--
Illiterate? Write for free help.

14xx work around

I updated software on my 1490t to 6.10. I was disappointed to lose my voice edits. The new Jill has Chinese symbols instead of American text.
I copied the old Jill back to my unit. Then I put the edits back in for Recalculating and Please drive to highlighted route.

Quote:

You missed the turn.

and

Quote:

Buckle up. Drive to highlighted route.

--
1490LMT 1450LMT 295w

Chinese Characters?

spokybob wrote:

I updated software on my 1490t to 6.10. I was disappointed to lose my voice edits. The new Jill has Chinese symbols instead of American text.

On an American voice? Are you sure they aren't just unprintable characters from a non-ASCII code page?

--
NUVI40 Kingsport TN

It's all Greek to me

David King wrote:
spokybob wrote:

I updated software on my 1490t to 6.10. I was disappointed to lose my voice edits. The new Jill has Chinese symbols instead of American text.

On an American voice? Are you sure they aren't just unprintable characters from a non-ASCII code page?

:}

--
1490LMT 1450LMT 295w

New Jill Voice

Garmin has changed something with Jill 3.0 voice so it no longer works with TTSVoiceEditor. You must use V2.90 to modify the voices.
I had emailed turboccc (author) some months back but never received a reply nor has the program been updated. The current version remains at 2.90.

You indicate "You missed the turn", I'm assuming that was modified for recalculating.

The newer units no longer say recalculating and just modify the route if a wrong turn was made.

Many are happy that recalculating was removed, personally I liked that feature since I could customize the audio and it quickly advised me I screwed up

--
Nuvi 2460LMT 2 Units

I also like the audio alert.

I did not like the "Recalculating" so I changed it.

--
1490LMT 1450LMT 295w

My Audio Alert

spokybob wrote:

I did not like the "Recalculating" so I changed it.

On my 660 and 775T I also changed the recalculating
to "wrong turn you idiot", using Jill V2.90.
Can't do it on my 2460LMT since recalulating has been eliminated, on that unit I have V3.0

Idiot is one of many nicknames my wife calls me, so to save her from reminding me I made a mistake I let Jill do it.
smile

--
Nuvi 2460LMT 2 Units

Voices in my head

muell9k wrote:
spokybob wrote:

Idiot is one of many nicknames my wife calls me, so to save her from reminding me I made a mistake I let Jill do it.
smile

After almost 33 years of marriage, my wife just looks at me and I hear "idiot" in my head.

Spooky huh? rolleyes

--
NUVI40 Kingsport TN

No Recalculating???

muell9k wrote:
spokybob wrote:

I did not like the "Recalculating" so I changed it.

On my 660 and 775T I also changed the recalculating
to "wrong turn you idiot", using Jill V2.90.
Can't do it on my 2460LMT since recalulating has been eliminated, on that unit I have V3.0

Idiot is one of many nicknames my wife calls me, so to save her from reminding me I made a mistake I let Jill do it.
smile

There's no "Recalculating" ont eh 2460LMT??? I the the 2360LMT and it had it. Just curious, what is there in place of Recalculating???

--
Garmin c340, Nuvi 350, Nuvi 765T, Nuvi 2360LMT
1 ... 7 8 9 10
<<Page 11>>