eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ph_latvian 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. // IF thisPh(isStressed) THEN
  2. // FMT(vowel/..., 100)
  3. // ELIF thisPh(isDiminished) AND NOT prevVowel(isStressed) THEN
  4. // FMT(vowel/..., 50)
  5. // ELSE
  6. // FMT(vowel/..., 75)
  7. // ENDIF
  8. phoneme a
  9. vowel starttype #a endtype #a
  10. length 120
  11. FMT(vwl_lv/a, 90) // adjusted from aa_3
  12. endphoneme
  13. phoneme a:
  14. vowel starttype #a endtype #a
  15. length 300
  16. long
  17. FMT(vwl_lv/aa, 90)
  18. endphoneme
  19. phoneme E
  20. vowel starttype #e endtype #e
  21. length 120
  22. FMT(vwl_lv/e2, 100)
  23. endphoneme
  24. phoneme E:
  25. vowel starttype #e endtype #e
  26. length 300
  27. FMT(vwl_lv/ee2, 100)
  28. endphoneme
  29. phoneme e
  30. vowel starttype #e endtype #e
  31. length 120
  32. FMT(vwl_lv/e, 100) // other alternative e_5
  33. endphoneme
  34. phoneme e:
  35. vowel starttype #e endtype #e
  36. length 300
  37. FMT(vwl_lv/ee, 100) // other alternative e_8
  38. endphoneme
  39. phoneme i
  40. vowel starttype #i endtype #i
  41. length 120
  42. FMT(vwl_lv/i, 110) // was i_6
  43. endphoneme
  44. phoneme i:
  45. vowel starttype #i endtype #i
  46. length 300
  47. FMT(vwl_lv/ii, 110) // was i_7
  48. endphoneme
  49. phoneme o
  50. vowel starttype #o endtype #o
  51. length 120
  52. FMT(vwl_lv/o, 90)
  53. endphoneme
  54. phoneme o:
  55. vowel starttype #o endtype #o
  56. length 300
  57. FMT(vwl_lv/oo, 75)
  58. endphoneme
  59. phoneme u
  60. vowel starttype #u endtype #u
  61. length 120
  62. FMT(vwl_lv/u, 140)
  63. endphoneme
  64. phoneme u:
  65. vowel starttype #u endtype #u
  66. length 300
  67. FMT(vwl_lv/uu, 120)
  68. endphoneme
  69. phoneme ai
  70. vowel starttype #a endtype #i
  71. length 250
  72. long
  73. FMT(vdiph/aai, 100)
  74. endphoneme
  75. phoneme au
  76. vowel starttype #a endtype #u
  77. length 275
  78. long
  79. FMT(vdiph/aau, 100)
  80. endphoneme
  81. phoneme ei
  82. vowel starttype #e endtype #i
  83. length 250
  84. long
  85. FMT(vdiph/eei_2, 100)
  86. endphoneme
  87. phoneme ie
  88. vowel starttype #i endtype #e
  89. length 250
  90. long
  91. FMT(vdiph2/ie_2, 100)
  92. endphoneme
  93. phoneme iu
  94. vowel starttype #i endtype #u
  95. length 250
  96. long
  97. FMT(vdiph2/iu_2, 100)
  98. endphoneme
  99. phoneme ui
  100. vowel starttype #u endtype #i
  101. length 250
  102. long
  103. FMT(vdiph/ui, 100)
  104. endphoneme
  105. phoneme uo
  106. vowel starttype #u endtype #a
  107. length 260
  108. long
  109. FMT(vdiph2/uaa, 100)
  110. endphoneme
  111. phoneme u0 // shorter version of uo
  112. vowel starttype #u endtype #a
  113. length 180
  114. long
  115. FMT(vdiph2/uaa, 100)
  116. endphoneme
  117. phoneme oi
  118. vowel starttype #o endtype #i
  119. length 250
  120. long
  121. FMT(vdiph/ooi, 100)
  122. endphoneme
  123. phoneme ts
  124. vls alv afr nolink
  125. voicingswitch J
  126. length 55
  127. lengthmod 1
  128. WAV(ustop/ts2, 60)
  129. endphoneme
  130. phoneme tS
  131. vls pla afr sibilant
  132. voicingswitch dZ
  133. lengthmod 2
  134. length 80
  135. WAV(ustop/tsh,40)
  136. endphoneme
  137. phoneme R
  138. liquid
  139. trill
  140. lengthmod 6
  141. Vowelin f1=0 f2=1700 -300 300 f3=-300 80
  142. Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk
  143. FMT(r3/r_trill) addWav(r3/r_trill.wav, 50)
  144. endphoneme
  145. phoneme t
  146. vls alv stop //lengthenstop
  147. lengthmod 1
  148. voicingswitch d
  149. IF nextPh(isPause2) THEN
  150. WAV(ustop/t_dnt, 40)
  151. ENDIF
  152. WAV(ustop/t_dnt, 50)
  153. endphoneme
  154. phoneme p
  155. vls blb stop
  156. lengthmod 2
  157. voicingswitch b
  158. Vowelin f1=0 f2=1000 -50 -100 f3=-200 80
  159. Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=30
  160. IF nextPh(isPause2) THEN
  161. WAV(ustop/p_unasp_, 80)
  162. ENDIF
  163. IF nextPh(l) THEN
  164. WAV(ustop/pl)
  165. ENDIF
  166. WAV(ustop/p_unasp, 120)
  167. endphoneme
  168. phoneme k
  169. vls vel stop
  170. lengthmod 2
  171. voicingswitch g
  172. Vowelin f1=0 f2=2300 200 400 f3=-100 80
  173. Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20
  174. IF nextPh(isPause2) THEN
  175. WAV(ustop/k_)
  176. ENDIF
  177. IF nextPh(#i) OR nextPh(l^) THEN
  178. WAV(ustop/ki)
  179. ENDIF
  180. IF nextPh(l) THEN
  181. WAV(ustop/kl)
  182. ENDIF
  183. WAV(ustop/k_unasp, 60) // weaker
  184. endphoneme
  185. phoneme c
  186. vls pal stop palatal
  187. voicingswitch J
  188. WAV(ustop/c, 80)
  189. endphoneme
  190. phoneme D // louder and shorter version of d
  191. vcd alv stop
  192. voicingswitch t
  193. length 10
  194. lengthmod 5
  195. Vowelin f1=1 f2=1700 -300 300 f3=-100 80
  196. Vowelout f1=2 f2=1700 -300 300 f3=-100 80 brk
  197. IF PreVoicing THEN
  198. FMT(d/xd, 110)
  199. ENDIF
  200. IF nextPh(isPause2) THEN
  201. FMT(d/d_, 120) addWav(x/d_,110)
  202. ENDIF
  203. FMT(d/d, 110) addWav(x/d,110)
  204. endphoneme
  205. phoneme z- // Shortened version of z for diphthong dz
  206. vcd alv frc sibilant
  207. voicingswitch s
  208. length 10
  209. lengthmod 6
  210. Vowelout f1=0 f2=1700 -300 300 f3=-100 60 len=50
  211. IF KlattSynth THEN
  212. Vowelin f1=0 f2=1390 -300 300 f3=0 0
  213. Vowelout f1=1 f2=1390 -300 300 f3=-100 60 len=50 brk
  214. ENDIF
  215. IF nextPh(isPause2) THEN
  216. length 20
  217. FMT(voc/z_, 120) addWav(ufric/s_, 95)
  218. ENDIF
  219. FMT(voc/z, 110) addWav(ufric/s_, 100)
  220. endphoneme
  221. phoneme Z- // Shortened version of Z for diphthong dZ
  222. vcd pla frc sibilant
  223. voicingswitch S
  224. length 30
  225. lengthmod 6
  226. Vowelin f1=0 f2=2000 0 300 f3=-200 80
  227. Vowelout f1=2 f2=2000 0 300 f3=-200 80 brk
  228. IF KlattSynth THEN
  229. IF nextPh(isPause2) THEN
  230. FMT(klatt/zh_, 70) addWav(vocw/zh, 70)
  231. ENDIF
  232. FMT(klatt/zh) addWav(vocw/zh, 130)
  233. ENDIF
  234. IF nextPh(isPause2) THEN
  235. FMT(voc/zh_, 80) addWav(vocw/zh, 70)
  236. ENDIF
  237. FMT(voc/zh) addWav(vocw/zh, 130)
  238. endphoneme
  239. phoneme > // lengthen previous vowel by only 10ms
  240. virtual
  241. length 10
  242. endphoneme
  243. phoneme . // Tiny, 5ms non-linked pause
  244. pause
  245. starttype _ endtype _
  246. lengthmod 1
  247. nolink
  248. length 5
  249. endphoneme
  250. // TODO should use this with correct lengthening
  251. //phoneme l
  252. // liquid
  253. // unstressed
  254. // dnt
  255. // length 150
  256. // FMT(vwl_hi/l-voc)
  257. //endphoneme
  258. phoneme s
  259. vls alv frc sibilant
  260. voicingswitch z
  261. lengthmod 3
  262. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  263. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  264. WAV(ufric/s,60)
  265. endphoneme