8 lines
482 B
Plaintext
8 lines
482 B
Plaintext
|
||
一、客户端传过来的音标,是phonetic表中字段 aispeech, 有效。
|
||
二、如果是 dr 、 dz 、tr 、ts 中的,有效
|
||
三、如果是下面内容的,转成对应的
|
||
{'aɪ':'ay','uː':'uw','ɪə':'ia','ɑː':'aa','ɪ':'ih','ə':'ax','ʌ':'ah','tʃ':'ch','ɔː':'ao','eɪ':'ey','ŋ':'ng','iː':'iy','æ':'ae','h':'hh', 'dʒ':'jh','aʊ':'aw','ð':'dh','j':'y','θ':'th','e':'eh','eə':'ea','ʃ':'sh','əʊ':'ow'}
|
||
|
||
四、如果是其它的音标,直接舍弃掉
|