| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | 
							- 
 - //====================================================
 - //  Manipuri, inherits from Bengali
 - //====================================================
 - 
 - 
 - phoneme a
 -   vwl starttype #a endtype #a
 -   length 225
 -   IF thisPh(isWordEnd) AND thisPh(isUnstressed) THEN
 -     FMT(vowel/a#_2)
 -   ENDIF
 -   FMT(vowel/a_3)
 - endphoneme
 - 
 - 
 - phoneme i
 -   vwl starttype #i endtype #i
 -   length 210
 -   FMT(vowel/i_6)
 - endphoneme
 - 
 - 
 - phoneme u
 -   vwl starttype #u endtype #u
 -   length 210
 -   FMT(vowel/u)
 - endphoneme
 - 
 - 
 - phoneme e
 -   vwl starttype #e endtype #e
 -   length 210
 -   FMT(vowel/e)
 - endphoneme
 - 
 - 
 - phoneme &
 -   vwl starttype #a endtype #a
 -   length 210
 -   FMT(vowel/&_2)
 - endphoneme
 - 
 - 
 - phoneme o
 -   vwl starttype #o endtype #o
 -   length 210
 -   IF nextPhW(w) THEN
 -     length 170
 -   ENDIF
 -   FMT(vowel/o)
 - endphoneme
 - 
 - 
 - phoneme O
 -   vwl starttype #o endtype #o
 -   length 200
 -   FMT(vowel/oo_5)
 - endphoneme
 - 
 - 
 - phoneme tS
 -   vls pla afr sibilant
 -   voicingswitch dZ
 -   lengthmod 2
 -   Vowelin f1=0  f2=2300 200 400  f3=-100 80
 - 
 -   IF nextPh(isPause2) THEN
 -     WAV(ustop/tsh_unasp2)
 -   ENDIF
 -   WAV(ustop/tsh_unasp2)
 - endphoneme
 - 
 - 
 - phoneme tS#
 -   vls pla afr sibilant
 -   voicingswitch dZ
 -   lengthmod 2
 -   Vowelin f1=0  f2=2300 200 400  f3=-100 80
 - 
 -   IF nextPh(isPause2) THEN
 -     WAV(ustop/tsh_)
 -   ENDIF
 -   WAV(ustop/tsh)
 - endphoneme
 - 
 - 
 - 
 - 
 - 
 - 
 - phoneme ~
 -   virtual
 - endphoneme
 
 
  |