ph_romanian 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. //====================================================
  2. // Romanian
  3. //====================================================
  4. // Vowels
  5. phoneme I^ // "silent i", palatilizes the preceding consonant
  6. vwl starttype #i endtype #i
  7. unstressed
  8. ipa ʲ
  9. length 70
  10. IF nextPh(isVowel) THEN
  11. ChangePhoneme(;)
  12. ENDIF
  13. IF prevPh(l;) THEN
  14. length 60
  15. FMT(vwl_ro/li)
  16. ENDIF
  17. IF prevPh(m;) THEN
  18. FMT(vwl_ro/mi)
  19. ENDIF
  20. IF prevPh(n;) THEN
  21. FMT(vwl_ro/ni)
  22. ENDIF
  23. FMT(vwl_ro/ii-)
  24. endphoneme
  25. phoneme i/ // used for "i" at end of word
  26. vwl starttype #i endtype #i
  27. length 150
  28. ChangeIfNotStressed(I^)
  29. IfNextVowelAppend(;)
  30. FMT(vowel/i)
  31. endphoneme
  32. phoneme e
  33. vwl starttype #e endtype #e
  34. length 180
  35. FMT(vowel/e_mid2)
  36. endphoneme
  37. phoneme y
  38. vwl starttype #@ endtype #@
  39. ipa ɨ
  40. length 180
  41. FMT(vowel/i#_5)
  42. endphoneme
  43. phoneme a
  44. vwl starttype #a endtype #a
  45. length 180
  46. FMT(vowel/a_2)
  47. endphoneme
  48. phoneme @
  49. vwl starttype #@ endtype #@
  50. length 170
  51. FMT(vowel/@_low)
  52. endphoneme
  53. phoneme o
  54. vwl starttype #o endtype #o
  55. length 170
  56. FMT(vowel/o-_4)
  57. endphoneme
  58. phoneme u
  59. vwl starttype #u endtype #u
  60. length 160
  61. FMT(vowel/u_2)
  62. endphoneme
  63. phoneme Y
  64. vwl starttype #@ endtype #@
  65. length 180
  66. FMT(vowel/y#)
  67. endphoneme
  68. // Diphthongs
  69. phoneme @I
  70. vwl starttype #@ endtype #i
  71. length 250
  72. FMT(vdiph/@i_3)
  73. endphoneme
  74. phoneme @U
  75. vwl starttype #@ endtype #u
  76. length 260
  77. FMT(vdiph/@u_3)
  78. endphoneme
  79. phoneme oU
  80. vwl starttype #o endtype #u
  81. length 260
  82. FMT(vdiph/ou_2)
  83. endphoneme
  84. phoneme iI
  85. vwl starttype #i endtype #i
  86. length 250
  87. FMT(vdiph/ii)
  88. endphoneme
  89. phoneme yI
  90. vwl starttype #@ endtype #i
  91. length 210
  92. FMT(vdiph/i#i)
  93. endphoneme
  94. phoneme yU
  95. vwl starttype #@ endtype #u
  96. length 230
  97. FMT(vdiph2/uw_3)
  98. endphoneme
  99. phoneme ea
  100. vwl starttype #e endtype #a
  101. length 250
  102. FMT(vdiph2/ea)
  103. endphoneme
  104. phoneme eo
  105. vwl starttype #e endtype #o
  106. length 270
  107. FMT(vdiph2/eo)
  108. endphoneme
  109. phoneme e[u
  110. vwl starttype #e endtype #u
  111. length 250
  112. FMT(vdiph2/e_u)
  113. endphoneme
  114. phoneme Oa
  115. vwl starttype #o endtype #a
  116. length 250
  117. FMT(vdiph2/oa)
  118. endphoneme
  119. // Consonants
  120. phoneme r
  121. liquid trl
  122. lengthmod 7
  123. IF nextPh(isNotVowel) THEN
  124. ChangePhoneme(r/)
  125. ENDIF
  126. NextVowelStarts
  127. VowelStart(r/r@, -15)
  128. VowelStart(r/ra, -15)
  129. VowelStart(r/re, -15)
  130. VowelStart(r/ri, -15)
  131. VowelStart(r/ro, -15)
  132. VowelStart(r/ru, -15)
  133. EndSwitch
  134. IF prevPh(isVowel) THEN
  135. VowelEnding(r/xr, -50)
  136. ENDIF
  137. IF prevPh(t) OR prevPh(p) OR prevPh(k) THEN
  138. FMT(r/trr)
  139. ENDIF
  140. FMT(r/rr)
  141. endphoneme
  142. phoneme l;
  143. liquid
  144. lengthmod 7
  145. CALL base1/l
  146. Vowelout colr=1
  147. endphoneme
  148. phoneme m;
  149. vcd blb nas
  150. lengthmod 4
  151. CALL base1/m
  152. Vowelout f1=2 f2=1000 -500 -350 f3=200 80 brk colr=1
  153. endphoneme
  154. phoneme n;
  155. vcd alv nas
  156. lengthmod 4
  157. CALL base1/n
  158. Vowelout f1=2 f2=1700 -300 250 f3=200 80 rms=20 brk colr=1
  159. endphoneme
  160. phoneme p;
  161. vls blb stp
  162. lengthmod 2
  163. voicingswitch b
  164. CALL base2/p
  165. Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=30 colr=1
  166. endphoneme
  167. phoneme t; // dental variant of /t/
  168. vls dnt stp
  169. lengthmod 2
  170. voicingswitch d
  171. CALL base2/t
  172. Vowelout f1=0 f2=1700 100 250 f3=0 80 rms=20 colr=1
  173. endphoneme
  174. phoneme ts;
  175. vls alv afr sib
  176. lengthmod 2
  177. CALL base2/ts
  178. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20 colr=1
  179. endphoneme
  180. phoneme f;
  181. vls lbd frc
  182. lengthmod 3
  183. voicingswitch v
  184. CALL base1/f
  185. Vowelout f1=0 f2=1000 -500 -350 f3=-200 80 colr=1
  186. endphoneme
  187. phoneme s;
  188. vls alv frc sib
  189. voicingswitch z;
  190. lengthmod 3
  191. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  192. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20 colr=1
  193. WAV(ufric/s_pzd, 50)
  194. endphoneme
  195. phoneme S;
  196. vls pla frc sib
  197. voicingswitch Z;
  198. lengthmod 3
  199. Vowelin f1=0 f2=2100 100 300 f3=-100 80
  200. Vowelout f1=0 f2=2100 100 300 f3=-100 80 colr=1
  201. WAV(ufric/sh_pzd)
  202. endphoneme
  203. phoneme b;
  204. vcd blb stp
  205. voicingswitch p;
  206. lengthmod 5
  207. Vowelout f1=2 f2=1000 -500 -300 f3=-300 80 brk colr=1
  208. IF nextPh(#i) THEN
  209. FMT(b/bi) addWav(x/b)
  210. ENDIF
  211. FMT(b/b) addWav(x/b)
  212. endphoneme
  213. phoneme d; // dental variant of /d/
  214. vcd dnt stp
  215. voicingswitch t;
  216. lengthmod 5
  217. CALL base2/d
  218. Vowelin f1=2 f2=1700 100 300 f3=0 80
  219. Vowelout f1=2 f2=1700 100 300 f3=0 80 colr=1
  220. endphoneme
  221. phoneme *; // flap
  222. vcd alv flp
  223. lengthmod 2
  224. Vowelout f1=3 f2=1700 -300 300 f3=-300 80 rms=35 len=15 colr=1
  225. IF nextPh(#i) THEN
  226. Vowelin f1=0 f2=1700 -300 300 f3=-400 80
  227. FMT(d/tap_i) addWav(r3/rx)
  228. ENDIF
  229. FMT(d/tap) addWav(r3/rx)
  230. endphoneme
  231. phoneme v;
  232. vcd lbd frc
  233. lengthmod 6
  234. voicingswitch f;
  235. Vowelin f1=0 f2=1000 -300 -200 f3=-300 100
  236. Vowelout f1=0 f2=1000 -500 -300 f3=-300 60 len=50 colr=1
  237. IF nextPh(isPause2) THEN
  238. FMT(voc/v_) addWav(vocw/v)
  239. ENDIF
  240. FMT(voc/v) addWav(vocw/v)
  241. endphoneme
  242. phoneme z;
  243. vcd alv frc sib
  244. lengthmod 6
  245. voicingswitch s;
  246. Vowelout f1=0 f2=1700 -300 300 f3=-100 60 len=50 colr=1
  247. IF nextPh(isPause2) THEN
  248. FMT(voc/z_) addWav(ufric/s_)
  249. ENDIF
  250. FMT(voc/z) addWav(ufric/s_)
  251. endphoneme
  252. phoneme Z;
  253. vcd pla frc sib
  254. lengthmod 6
  255. voicingswitch S;
  256. Vowelin f1=0 f2=2000 0 300 f3=-200 80 colr=1
  257. Vowelout f1=2 f2=2000 0 300 f3=-200 80 brk
  258. IF nextPh(isPause2) THEN
  259. FMT(voc/zh_) addWav(vocw/zh)
  260. ENDIF
  261. FMT(voc/zh) addWav(vocw/zh)
  262. endphoneme