12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
-
- //====================================================
- // Marathi, based on ph_hindi
- //====================================================
-
-
-
-
- phoneme aI
- vwl lng starttype #@ endtype #i
- length 240
- lng
- FMT(vdiph/@i_4)
- endphoneme
-
- phoneme aI~
- vwl lng starttype #@ endtype #i
- length 270
- lng
- FMT(vnasal/ai_n)
- endphoneme
-
-
- phoneme aU
- vwl lng starttype #a endtype #u
- length 240
- lng
- FMT(vdiph/a#u)
- endphoneme
-
- phoneme aU~
- vwl lng starttype #a endtype #u
- length 300
- lng
- FMT(vnasal/au_n)
- endphoneme
-
- //F J
-
- phoneme c
- import_phoneme base1/c
- endphoneme
-
-
- phoneme c#
- CALL base1/tS;
- ipa cU+02B0
- endphoneme
-
-
- phoneme tS
- vls pla afr sib
- 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_unasp)
- endphoneme
-
- phoneme v
- import_phoneme base1/v
- voicingswitch f
- endphoneme
|