phoneme @
  vowel  starttype #@  endtype #@
  unstressed
  length 120
  FMT(vowel/@)
endphoneme


phoneme i
  vowel  starttype #i  endtype #i
  length 160
  FMT(vowel/i)
endphoneme


phoneme e
  vowel  starttype #e  endtype #e
  length 180
  IF thisPh(isWordEnd) THEN
    FMT(vowel/e_mid)
  ENDIF
  FMT(vowel/ee)
endphoneme


phoneme a
  vowel  starttype #a  endtype #a
  length 180
  FMT(vowel/a#_2)
endphoneme


phoneme o
  vowel  starttype #o  endtype #o
  length 180
  FMT(vowel/oo_1)
endphoneme


phoneme u
  vowel  starttype #u  endtype #u
  length 180
  FMT(vowel/u_bck)
endphoneme



phoneme p#   // more aspiration
  import_phoneme consonants/ph
endphoneme


phoneme t#
  import_phoneme base/t
endphoneme


phoneme ts#
  import_phoneme consonants/ts
endphoneme


phoneme k#
  vls vel stop
  lengthmod 2
  voicingswitch g
  Vowelin f1=1  f2=1400 -100 100  f3=-150 80
  Vowelout f1=0 f2=2300 300 400  f3=-150 80  rms=20
  IF nextPh(isPause2) THEN
    WAV(ustop/k_asp2, 40)
  ENDIF
  IF nextPh(l) THEN
    WAV(ustop/kl)
  ENDIF
  WAV(ustop/k_asp2, 60)
endphoneme


phoneme dz
  import_phoneme consonants/dz
  voicingswitch ts
endphoneme



phoneme p
  import_phoneme consonants/p-
endphoneme


phoneme t
  import_phoneme consonants/t-
endphoneme


phoneme ts
  vls alv afr sibilant
  lengthmod 2
  Vowelin f1=0  f2=1700 -300 300  f3=-100 80
  Vowelout f1=0 f2=1700 -300 250  f3=-100 80  rms=20
  WAV(ustop/ts2)
endphoneme


phoneme c
  import_phoneme consonants/c2
endphoneme


phoneme k
  import_phoneme consonants/k-
endphoneme



phoneme Q
  import_phoneme base/Q"
endphoneme

phoneme r
  import_phoneme base/R
endphoneme