Pronouncing individual letters

Neep help editing a voice's lexicon? Want to share your custom lexicon?

Pronouncing individual letters

Postby Tim » Tue Oct 16, 2007 1:25 pm

I was trying to figure out how to make Cepstral David pronounce ETS.
Is there a way to get Lexicon to pause between letters?
Tim
 
Posts: 1
Joined: Tue Oct 16, 2007 1:09 pm

Re: Pronouncing individual letters

Postby RussP » Tue Dec 04, 2007 8:58 am

Tim wrote:I was trying to figure out how to make Cepstral David pronounce ETS.
Is there a way to get Lexicon to pause between letters?


I added <break/> between each letter. I have a bash script that includes the following line:

SAY=`echo "$ACRONYM" | sed s/"\(.\)"/"\1<break\/>"/g`

If the variable $ACRONYM was "ETS", then $SAY would be "E<break/>T<break/>S<break/>". Cepstral will then say the three letters individually, with breaks in between. I've also used it for phone numbers, where I want it to read out the digits, not a very large number.

Russ
RussP
 
Posts: 3
Joined: Mon Nov 12, 2007 8:57 am


Return to Pronunciation

Who is online

Users browsing this forum: No registered users and 2 guests

cron