12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- phoneme a
- vwl starttype #a endtype #a
- length 170
- FMT(vowel/a_7, 85)
- endphoneme
- phoneme e
- vwl starttype #e endtype #e
- length 170
- FMT(vowel/e_6)
- endphoneme
- phoneme E
- vwl starttype #e endtype #e
- length 170
- FMT(vowel/e_mid)
- endphoneme
- phoneme i
- vwl starttype #i endtype #i
- length 160
- IfNextVowelAppend(;)
- FMT(vowel/i_8)
- endphoneme
- phoneme o
- vwl starttype #o endtype #o
- length 170
- FMT(vowel/o_8)
- endphoneme
- phoneme O
- vwl starttype #o endtype #o
- length 170
- FMT(vowel/o_mid2)
- endphoneme
- phoneme u
- vwl starttype #u endtype #u
- length 180
- FMT(vowel/u_bck2)
- endphoneme
- // Nasal vowels
- phoneme A~
- vwl starttype #a endtype #a
- length 200
- FMT(vnasal/aa_n4)
- endphoneme
- phoneme E~
- vwl starttype #e endtype #e
- length 200
- FMT(vnasal/W_n)
- endphoneme
- phoneme O~
- vwl starttype #o endtype #o
- length 200
- FMT(vnasal/o_n)
- endphoneme
|