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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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, 100) // 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, 100) // 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 o` // 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 // Latvian hard 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, 60)
  144. endphoneme
  145. phoneme r // Latvian soft r
  146. liquid
  147. trill
  148. lengthmod 6
  149. Vowelin f1=0 f2=1700 -300 300 f3=-300 80
  150. Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk
  151. FMT(j/j_) addWav(r3/r_trill.wav, 25)
  152. endphoneme
  153. phoneme t
  154. vls alv stop //lengthenstop
  155. lengthmod 1
  156. voicingswitch d
  157. IF nextPh(isPause2) THEN
  158. WAV(ustop/t_dnt, 40)
  159. ENDIF
  160. WAV(ustop/t_dnt, 50)
  161. endphoneme
  162. phoneme p
  163. vls blb stop
  164. lengthmod 2
  165. voicingswitch b
  166. Vowelin f1=0 f2=1000 -50 -100 f3=-200 80
  167. Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=30
  168. IF nextPh(isPause2) THEN
  169. WAV(ustop/p_unasp_, 80)
  170. ENDIF
  171. IF nextPh(l) THEN
  172. WAV(ustop/pl)
  173. ENDIF
  174. WAV(ustop/p_unasp, 120)
  175. endphoneme
  176. phoneme k
  177. vls vel stop
  178. lengthmod 2
  179. voicingswitch g
  180. Vowelin f1=0 f2=2300 200 400 f3=-100 80
  181. Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20
  182. IF nextPh(isPause2) THEN
  183. WAV(ustop/k_)
  184. ENDIF
  185. IF nextPh(#i) OR nextPh(l^) THEN
  186. WAV(ustop/ki)
  187. ENDIF
  188. IF nextPh(l) THEN
  189. WAV(ustop/kl)
  190. ENDIF
  191. WAV(ustop/k_unasp, 60) // weaker
  192. endphoneme
  193. phoneme c
  194. vls pal stop palatal
  195. voicingswitch J
  196. WAV(ustop/c, 80)
  197. endphoneme
  198. phoneme D // louder and shorter version of d
  199. vcd alv stop
  200. voicingswitch t
  201. length 10
  202. lengthmod 5
  203. Vowelin f1=1 f2=1700 -300 300 f3=-100 80
  204. Vowelout f1=2 f2=1700 -300 300 f3=-100 80 brk
  205. IF PreVoicing THEN
  206. FMT(d/xd, 110)
  207. ENDIF
  208. IF nextPh(isPause2) THEN
  209. FMT(d/d_, 120) addWav(x/d_,110)
  210. ENDIF
  211. FMT(d/d, 110) addWav(x/d,110)
  212. endphoneme
  213. phoneme z` // Shortened version of z for diphthong dz
  214. vcd alv frc sibilant
  215. voicingswitch s
  216. length 10
  217. lengthmod 6
  218. Vowelout f1=0 f2=1700 -300 300 f3=-100 60 len=50
  219. IF KlattSynth THEN
  220. Vowelin f1=0 f2=1390 -300 300 f3=0 0
  221. Vowelout f1=1 f2=1390 -300 300 f3=-100 60 len=50 brk
  222. ENDIF
  223. IF nextPh(isPause2) THEN
  224. length 20
  225. FMT(voc/z_, 120) addWav(ufric/s_, 95)
  226. ENDIF
  227. FMT(voc/z, 110) addWav(ufric/s_, 100)
  228. endphoneme
  229. phoneme Z` // Shortened version of Z for diphthong dZ
  230. vcd pla frc sibilant
  231. voicingswitch S
  232. length 30
  233. lengthmod 6
  234. Vowelin f1=0 f2=2000 0 300 f3=-200 80
  235. Vowelout f1=2 f2=2000 0 300 f3=-200 80 brk
  236. IF KlattSynth THEN
  237. IF nextPh(isPause2) THEN
  238. FMT(klatt/zh_, 70) addWav(vocw/zh, 70)
  239. ENDIF
  240. FMT(klatt/zh) addWav(vocw/zh, 130)
  241. ENDIF
  242. IF nextPh(isPause2) THEN
  243. FMT(voc/zh_, 80) addWav(vocw/zh, 70)
  244. ENDIF
  245. FMT(voc/zh) addWav(vocw/zh, 130)
  246. endphoneme
  247. phoneme > // lengthen previous vowel less than using ":"
  248. virtual
  249. length 30 // it actually seems working shorter, but anyway...
  250. endphoneme
  251. phoneme } // Tiny, 5ms non-linked pause (used between phonemes in word)
  252. pause
  253. // starttype _ endtype _
  254. // lengthmod 1
  255. nolink
  256. length 5
  257. endphoneme
  258. // TODO should use this with correct lengthening
  259. //phoneme l
  260. // liquid
  261. // unstressed
  262. // dnt
  263. // length 150
  264. // FMT(vwl_hi/l-voc)
  265. //endphoneme
  266. phoneme s
  267. vls alv frc sibilant
  268. voicingswitch z
  269. lengthmod 3
  270. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  271. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  272. WAV(ufric/s,60)
  273. endphoneme