| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |  
phoneme a
  vowel starttype #a endtype #a
  length 200
  FMT(vowel/a_4)
endphoneme
phoneme e
  vowel starttype #e endtype #e
  length 200
  FMT(vowel/e_mid2)
endphoneme
phoneme E
  vowel starttype #e endtype #e
  length 200
  FMT(vowel/e_mid2)
endphoneme
phoneme i
  vowel starttype #i endtype #i
  length 190
  IfNextVowelAppend(;)
  FMT(vowel/i)
endphoneme
phoneme o
  vowel starttype #o endtype #o
  length 200
  FMT(vowel/oo)
endphoneme
phoneme O
  vowel starttype #o endtype #o
  length 200
  FMT(vowel/oo)
endphoneme
phoneme u
  vowel starttype #u endtype #u
  length 200
  FMT(vowel/u_bck2)
endphoneme
phoneme i~
  vowel starttype #i endtype #i
  length 220
  FMT(vnasal/i_n2)
endphoneme
phoneme E~
  vowel starttype #e  endtype #e
  length 220
  FMT(vnasal/ee_n2)
endphoneme
phoneme O~
  vowel starttype #o endtype #o
  length 220
  FMT(vnasal/oo_n2)
endphoneme
phoneme u~
  vowel starttype #u endtype #u
  length 220
  FMT(vnasal/u_n)
endphoneme
 |