| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | 
phoneme i
  vwl starttype #i endtype #i
  length 180
  FMT(vowel/ii_5)
endphoneme
phoneme e
  vwl starttype #e endtype #e
  length 200
  FMT(vowel/e_mid2)
endphoneme
phoneme &
  vwl starttype #e endtype #e
  length 200
  IF thisPh(isWordEnd) THEN
    FMT(vowel/&_3)
  ENDIF
  FMT(vowel/&)
endphoneme
phoneme y
  vwl starttype #u endtype #u
  length 200
  FMT(vowel/y)
endphoneme
phoneme W
  vwl starttype #@ endtype #@
  length 200
  FMT(vowel/y#_2)
endphoneme
phoneme u
  vwl starttype #u endtype #u
  length 180
  FMT(vowel/u_2)
endphoneme
phoneme o
  vwl starttype #o endtype #o
  length 200
  FMT(vowel/o_mid2)
endphoneme
phoneme a
  vwl starttype #a endtype #a
  length 200
  IF thisPh(isWordEnd) THEN
    FMT(vowel/a#)
  ENDIF
  FMT(vowel/aa_9)
endphoneme
phoneme @
  vwl starttype #@ endtype #@
  ipa ɯ
  length 180
  FMT(vowel/u#_7)
endphoneme
 |