ph_slovak 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. phoneme i
  2. vwl starttype #i endtype #i
  3. length 100
  4. IfNextVowelAppend(;)
  5. FMT(vowel/ii_3)
  6. endphoneme
  7. phoneme i:
  8. vwl starttype #i endtype #i
  9. length 260
  10. IfNextVowelAppend(;)
  11. FMT(vowel/i_3)
  12. endphoneme
  13. phoneme &
  14. vwl starttype #e endtype #e
  15. length 120
  16. FMT(vowel/ee_6)
  17. endphoneme
  18. phoneme e
  19. vwl starttype #e endtype #e
  20. length 120
  21. FMT(vowel/e_mid2)
  22. endphoneme
  23. phoneme e:
  24. vwl starttype #e endtype #e
  25. length 290
  26. FMT(vowel/e_mid)
  27. endphoneme
  28. phoneme a
  29. vwl starttype #a endtype #a
  30. length 120
  31. IF thisPh(isWordEnd) AND thisPh(isUnstressed) THEN
  32. FMT(vowel/a_8)
  33. ENDIF
  34. FMT(vowel/a)
  35. endphoneme
  36. phoneme a:
  37. vwl starttype #a endtype #a
  38. length 290
  39. FMT(vowel/a)
  40. endphoneme
  41. phoneme o
  42. vwl starttype #o endtype #o
  43. length 120
  44. FMT(vowel/oo_1)
  45. endphoneme
  46. phoneme o:
  47. vwl starttype #o endtype #o
  48. length 290
  49. FMT(vowel/oo_1)
  50. endphoneme
  51. phoneme u
  52. vwl starttype #u endtype #u
  53. length 110
  54. FMT(vowel/u_2)
  55. endphoneme
  56. phoneme u:
  57. vwl starttype #u endtype #u
  58. length 280
  59. FMT(vowel/u_bck)
  60. endphoneme
  61. phoneme aU
  62. vwl starttype #a endtype #u
  63. length 270
  64. FMT(vdiph/au_4)
  65. endphoneme
  66. phoneme eU
  67. vwl starttype #e endtype #u
  68. length 260
  69. FMT(vdiph/eu)
  70. endphoneme
  71. phoneme oU
  72. vwl starttype #o endtype #u
  73. length 260
  74. FMT(vdiph/ou_2)
  75. endphoneme
  76. phoneme aI
  77. vwl starttype #a endtype #i
  78. length 270
  79. FMT(vdiph/ai)
  80. endphoneme
  81. phoneme eI
  82. vwl starttype #e endtype #i
  83. length 260
  84. FMT(vdiph/eei_3)
  85. endphoneme
  86. phoneme r- // syllabic r
  87. vwl starttype #@ endtype #@
  88. ipa rU+0329
  89. length 200
  90. FMT(vowelr/r-voc)
  91. endphoneme
  92. phoneme r: // syllabic r
  93. vwl starttype #@ endtype #@
  94. ipa rU+0329ː
  95. length 300
  96. FMT(vowelr/r-voc)
  97. endphoneme
  98. phoneme R^ // Czech r-caron
  99. vcd pla frc sib
  100. ipa rU+031d
  101. lengthmod 6
  102. Vowelin f1=0 f2=1700 -300 300 f3=-300 80
  103. Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk
  104. FMT(voc/zh) addWav(r3/rz_cs, 50)
  105. endphoneme
  106. phoneme R^/ // Czech r-caron (weaker, for after p,f,t,k)
  107. vcd pla frc sib
  108. ipa rU+031dU+030a
  109. lengthmod 6
  110. Vowelin f1=0 f2=1700 -300 300 f3=-300 80
  111. Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk
  112. FMT(voc/zh_2) addWav(r3/rz_cs, 25)
  113. endphoneme
  114. phoneme l-
  115. vwl starttype #@ endtype #@
  116. ipa lU+0329
  117. length 140
  118. FMT(vwl_hi/l-voc)
  119. endphoneme
  120. phoneme l:
  121. vwl starttype #@ endtype #@
  122. ipa lU+0329ː
  123. length 250
  124. FMT(vwl_hi/l-voc)
  125. endphoneme
  126. phoneme l
  127. import_phoneme en/l // use 'dark' [l] after a vowel
  128. endphoneme
  129. phoneme w
  130. import_phoneme base2/w2
  131. endphoneme
  132. phoneme t
  133. vls alv stp
  134. lengthmod 2
  135. voicingswitch d
  136. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  137. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  138. IF nextPh(isPause2) THEN
  139. WAV(ustop/t_)
  140. ENDIF
  141. WAV(ustop/t_short)
  142. endphoneme
  143. phoneme p
  144. vls blb stp
  145. lengthmod 2
  146. voicingswitch b
  147. Vowelin f1=0 f2=1000 -50 -100 f3=-200 80
  148. Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=30
  149. IF nextPh(isPause2) THEN
  150. WAV(ustop/p_unasp, 80)
  151. ELIF nextPh(l) THEN
  152. WAV(ustop/pl)
  153. ENDIF
  154. WAV(ustop/p_unasp, 120)
  155. endphoneme
  156. phoneme k
  157. import_phoneme base2/k
  158. endphoneme