Closed SuperSonicHub1 closed 2 years ago
The suffixes (B, I, E) stand for "beginning", "middle", and "end" (of the word in which they appear)
@strob Thanks! Now all I need are a list of phonemes.
I was just checking this repo to ask the same exact thing! How timely.
Even if the phoneme list comes from somewhere else, like Kaldi, any clue as we might go about finding it, or relevant documentation?
Found it! http://www.speech.cs.cmu.edu/cgi-bin/cmudict Thanks, carykh!
I'm trying to use Gentle to create a lip-flap animator, and while the software works for me, I don't really know how to use its outputs.
In my program, each phoneme of the English language will be assigned to a photo, and so I need to know what each phoneme uttered is. Gentle gives me this data, but the phoneme names don't seem to match any digitization of, say, the IPA. Instead, I get obscure phoneme names like
dh_B
andah_E
.dh
is usually transcribed asth
so this caught me off-guard at first, and I have no idea whatE
means.If I could get a list of all of Gentle's possible phonemes and their mappings to the IPA, that would make my life a lot easier.