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 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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 > // lengthen previous vowel by only 10ms
  191. virtual
  192. length 10
  193. endphoneme
  194. phoneme . // Tiny, 5ms non-linked pause
  195. pause
  196. starttype _ endtype _
  197. lengthmod 1
  198. nolink
  199. length 5
  200. endphoneme
  201. // TODO should use this with correct lengthening
  202. //phoneme l
  203. // liquid
  204. // unstressed
  205. // dnt
  206. // length 150
  207. // FMT(vwl_hi/l-voc)
  208. //endphoneme
  209. phoneme s
  210. vls alv frc sibilant
  211. voicingswitch z
  212. lengthmod 3
  213. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  214. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  215. WAV(ufric/s,60)
  216. endphoneme