Returns a list of all the phonemes in a language pack, with the top five words and their corresponding full pronunciations for each phoneme.
http://localhost:13000/action=GetPhoneList&Name=ENUK
This action uses port 13000 to instruct IDOL Speech Server, which is located on the local machine, to return a list of all phonemes in the ENUK language pack.
This action returns a response:
<phone>ax</phone>
<phoneExamples>
<word>that - dh ax d</word>
<word>are - ax r</word>
<word>this - dh ax s</word>
<word>then - dh ax n</word>
<word>had - hh ax d</word>
</phoneExamples>
<phone>ih</phone>
<phoneExamples>
<word>in - ih n</word>
<word>is - ih s</word>
<word>to - t ih</word>
<word>with - w ih th</word>
<word>it - ih d</word>
</phoneExamples>
etc.
where <phone> is the phoneme, and <word> is the example word and pronunciation.
| Parameter | Description | Required |
|---|---|---|
| Name | The name of the language pack. |
|
|