123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
-
- 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
|