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_russian 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. phoneme l
  2. liquid
  3. length 100
  4. lengthmod 7
  5. beforenotvowel l/2 // use 'dark' [l] after a vowel
  6. formants l/l
  7. after _ l/_l t l/tl
  8. endphoneme
  9. phoneme r
  10. liquid starttype #r endtype #r
  11. length 100
  12. lengthmod 7
  13. beforenotvowel r/
  14. trill
  15. formants r/rr
  16. after _ r/rr
  17. after t r/trr p r/trr k r/trr
  18. before _ r/r_
  19. endphoneme
  20. phoneme r/ // used for [r] when not preceding a vowel
  21. liquid
  22. length 100
  23. lengthmod 2 //
  24. formants r3/r_+r3/rx
  25. before n r3/r_n+r3/rx
  26. after _ r/rr
  27. after t r/trr p r/trr k r/trr
  28. endphoneme
  29. phoneme ts
  30. vls alv afr sibilant
  31. vowelin f1=0 f2=1700 -300 300 f3=-100 80
  32. vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  33. lengthmod 2
  34. wave ustop/ts
  35. before _ ustop/ts_
  36. endphoneme
  37. phoneme dZ;
  38. vcd pal afr sibilant palatal
  39. vowelin f1=2 f2=2700 400 600 f3=300 80 rate len=70
  40. formants dzh/dzh+x/dz_pzd
  41. before _ dzh/dzh_+x/dzh_
  42. after _ NULL
  43. after @ dzh/xdzh
  44. lengthmod 5
  45. switchvoicing ts;
  46. endphoneme
  47. phoneme tS;
  48. vls pal afr sibilant palatal
  49. vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70
  50. lengthmod 2
  51. wave ustop/ts_pzd
  52. before _ ustop/ts_pzd
  53. switchvoicing dz;
  54. endphoneme
  55. // Palatalized versions of consonants
  56. phoneme t
  57. vls dnt stop
  58. vowelin f1=0 f2=1600 -300 300 f3=-100 80
  59. vowelout f1=0 f2=1600 -300 250 f3=-100 80 rms=20
  60. lengthmod 2
  61. wave ustop/t_dnt%60
  62. before _ ustop/t_dnt%35
  63. before r ustop/tr
  64. switchvoicing d
  65. endphoneme
  66. phoneme t;
  67. vls pal stop palatal
  68. vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70
  69. vowelout f1=1 f2=2700 400 600 f3=200 70 len=50
  70. lengthmod 2
  71. wave ustop/t_pzd%60
  72. before _ ustop/t_pzd%30
  73. switchvoicing d;
  74. endphoneme
  75. phoneme d
  76. vcd dnt stop
  77. vowelin f1=2 f2=1500 -300 300 f3=-150 80
  78. vowelout f1=2 f2=1500 -300 300 f3=-150 80
  79. formants d/d+x/d_dnt%110
  80. before _ d/d_+x/d_
  81. before r d/dr+x/d_dnt%110
  82. after _ NULL
  83. after @ d/xd
  84. lengthmod 5
  85. switchvoicing t
  86. endphoneme
  87. phoneme d;
  88. vcd alv stop palatal
  89. vowelin f1=2 f2=2700 400 600 f3=200 80 rate len=80
  90. vowelout f1=2 f2=2700 400 600 f3=200 80 rate len=100
  91. formants d/d+x/d_pzd%80
  92. before _ d/d_+x/d_pzd%40
  93. before r d/dr+x/d_pzd%80
  94. after _ NULL
  95. after @ d/xd_pzd
  96. lengthmod 5
  97. switchvoicing t;
  98. endphoneme
  99. phoneme I^ // "silent i", palatilizes the preceding consonant
  100. vowel starttype (i) endtype (i)
  101. length 70
  102. unstressed nonsyllabic
  103. formants vwl_ru/ii-
  104. beforevowel ;
  105. after m; vwl_ro/mi
  106. endphoneme
  107. phoneme m;
  108. vcd blb nasal
  109. vowelout f1=2 f2=1000 -500 -350 f3=200 80 brk colr=1
  110. starttype m endtype m
  111. length 100
  112. lengthmod 4
  113. formants NULL
  114. after _ m/_m
  115. before _ m/m_
  116. before (r) m/mj
  117. endphoneme
  118. //*******************************************************************
  119. // VOWELS
  120. //*******************************************************************
  121. phoneme i
  122. vowel starttype (i) endtype (i)
  123. length 100
  124. formants vwl_ru/i
  125. endphoneme
  126. phoneme I#
  127. vowel starttype (i) endtype (i)
  128. length 80
  129. formants vwl_ru/ii#
  130. endphoneme
  131. phoneme y
  132. vowel starttype (i) endtype (i)
  133. length 100
  134. formants vwl_ru/i#
  135. endphoneme
  136. phoneme I
  137. vowel starttype (i) endtype (i)
  138. length 80
  139. formants vwl_ru/ii
  140. endphoneme
  141. phoneme I2
  142. vowel starttype (i) endtype (i)
  143. length 80
  144. formants vwl_ru/ii
  145. endphoneme
  146. phoneme I3
  147. vowel starttype (i) endtype (i)
  148. length 80
  149. formants vwl_ru/ii
  150. endphoneme
  151. phoneme E
  152. vowel starttype (e) endtype (e)
  153. length 200
  154. formants vwl_ru/e
  155. endphoneme
  156. phoneme E#
  157. vowel starttype (e) endtype (e)
  158. length 100
  159. formants vwl_ru/E#
  160. endphoneme
  161. phoneme E2
  162. vowel starttype (e) endtype (e)
  163. length 80
  164. formants vwl_ru/E@
  165. endphoneme
  166. phoneme E3
  167. vowel starttype (e) endtype (e)
  168. length 80
  169. formants vwl_ru/E@
  170. endphoneme
  171. phoneme A
  172. vowel starttype (a) endtype (a)
  173. length 100
  174. formants vwl_ru/a
  175. endphoneme
  176. phoneme o
  177. vowel starttype (o) endtype (o)
  178. length 100
  179. formants vwl_ru/o
  180. endphoneme
  181. phoneme O
  182. vowel starttype (o) endtype (o)
  183. length 80
  184. formants vwl_ru/oo
  185. endphoneme
  186. phoneme u
  187. vowel starttype (u) endtype (u)
  188. length 80
  189. formants vwl_ru/u
  190. endphoneme
  191. phoneme u#
  192. vowel starttype (u) endtype (u)
  193. length 80
  194. formants vwl_ru/u#
  195. endphoneme
  196. phoneme u"
  197. vowel starttype (u) endtype (u)
  198. length 150
  199. formants vwl_ru/u#u
  200. endphoneme
  201. phoneme 8
  202. vowel starttype (o) endtype (o)
  203. length 150
  204. formants vwl_ru/8
  205. reduceto V 4
  206. endphoneme
  207. phoneme e
  208. vowel starttype (e) endtype (e)
  209. length 100
  210. formants vwl_ru/ee
  211. endphoneme
  212. phoneme ju
  213. vowel starttype (u) endtype (u)
  214. length 190
  215. formants vwl_ru/ju
  216. endphoneme
  217. phoneme ja
  218. vowel starttype (i) endtype (a)
  219. length 200
  220. formants vwl_ru/ja
  221. endphoneme
  222. phoneme V
  223. vowel starttype (a) endtype (@)
  224. length 80
  225. formants vowel/V_2
  226. unstressed
  227. endphoneme
  228. phoneme V#
  229. vowel starttype (a) endtype (@)
  230. length 80
  231. formants vowel/V_2
  232. unstressed
  233. endphoneme
  234. //phoneme U
  235. // vowel starttype (u) endtype (u)
  236. // length 140
  237. // formants vowel/uu
  238. // unstressed
  239. //endphoneme
  240. phoneme Y // will not be used in future
  241. vowel starttype (u) endtype (u)
  242. length 140
  243. formants vowel/ii#
  244. unstressed
  245. endphoneme
  246. phoneme a
  247. vowel starttype (a) endtype (a)
  248. formants vwl_ru/aa
  249. length 100
  250. endphoneme
  251. phoneme a#
  252. vowel starttype (a) endtype (a)
  253. formants vowel/a#_3
  254. length 100
  255. endphoneme
  256. phoneme R4
  257. liquid
  258. vowelin f1=0 f2=1500 -300 300 f3=-200 80 rms=60 brk
  259. vowelout f1=2 f2=1500 -300 300 f3=-200 80
  260. formants r3/r_ru2+r3/r_ru%50
  261. lengthmod 6
  262. endphoneme