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