Page 1 of 1

the "or" sound in American English

PostPosted: Wed Sep 26, 2007 10:46 pm
by troybowman
I'm playing with my new Allison voice, getting her to pronounce a few words while looking at http://www.cepstral.com/cgi-bin/support?page=lexicon and I'm having a hard time finding just a plain long "o" sound (without the "w" on the end). Is there an undocumented phoneme? Or an "or" phoneme like "er"? For example, I have not found a way to be able to reproduce the default pronunciation of the "or" sound in the word "more":

Code: Select all
$ swift more


I've tried different variations to (unsuccessfully) get to the same sound...

Code: Select all
$ swift "<phoneme ph='m ow er'>"
$ swift "<phoneme ph='m ow r'>"
$ swift "<phoneme ph='m ah1 r'>"


The closest I could get is this:

Code: Select all
$ swift "<phoneme ph='m uh r'>"


But, of course, that's still not it, because that's saying "moore".

For example, I can't set up lexicon.txt to properly pronounce "abhor" (or other words with "or" in them) because I can't find the long O sound without the W tacked on the end.

I've wondered how to get swift to dump what it is doing phonetically to stdout so I can see what sounds it is using, but haven't found how to do that, either.

Another one I can't find is the "wh" sound. I know a lot of people seem to not use that sound, but it is indeed still in use where I live. Well, I still use it. :)

Thanks.

Answer

PostPosted: Fri Sep 28, 2007 12:24 pm
by troybowman
I found the --events argument:

Code: Select all
swift --events more


and there was an "ao" phoneme in there! Wow. I don't know how I missed that one.

So, that was the answer. Sorry for the trouble.