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_english_wm 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. phoneme N
  2. vcd vel nasal
  3. vowelout f1=3 f2=2300 300 400 f3=-200 80 len=40 rms=20 brk
  4. length 100
  5. formants NULL
  6. after _ nn/_nn
  7. before _ nn/nn_
  8. lengthmod 8 // longer than 'n'
  9. linkout g-
  10. endphoneme
  11. //*******************************************************************
  12. // VOWELS
  13. //*******************************************************************
  14. phoneme @L
  15. vowel starttype (@) endtype l
  16. length 160
  17. formants vwl_en/@L
  18. unstressed
  19. before _ vwl_en/@L
  20. endphoneme
  21. phoneme a
  22. vowel starttype (a) endtype (a)
  23. length 170
  24. formants vowel/a
  25. reduceto a2 0
  26. endphoneme
  27. phoneme E
  28. vowel starttype (e) endtype (e)
  29. length 150
  30. formants vowel/e
  31. // formants vowel/ee_1
  32. reduceto I 0
  33. endphoneme
  34. phoneme I
  35. vowel starttype (i) endtype (i)
  36. length 140
  37. formants vowel/ii_6
  38. before l vowel/ii
  39. linkout ;
  40. endphoneme
  41. phoneme I2
  42. vowel starttype (i) endtype (i)
  43. unstressed
  44. length 140
  45. formants vowel/ii_6
  46. before l vowel/ii
  47. linkout ;
  48. endphoneme
  49. phoneme i // optional variant of [I] for end of words
  50. vowel starttype (i) endtype (i)
  51. length 220
  52. formants vowel/i
  53. linkout ;
  54. endphoneme
  55. phoneme 0
  56. vowel starttype (o) endtype (o)
  57. length 140
  58. formants vowel/oo_4
  59. reduceto @ 0
  60. endphoneme
  61. phoneme V
  62. vowel starttype (o) endtype (o)
  63. length 140
  64. formants vowel/o-_2
  65. reduceto @ 0
  66. endphoneme
  67. phoneme U
  68. vowel starttype (u) endtype (u)
  69. length 150
  70. formants vowel/uu
  71. linkout _|
  72. endphoneme
  73. phoneme a2
  74. vowel starttype (@) endtype (@)
  75. unstressed
  76. length 140
  77. formants vowel/a#_3
  78. // linkout r-
  79. endphoneme
  80. phoneme A:
  81. vowel starttype (a) endtype (a)
  82. length 240
  83. formants vowel/aa_5
  84. linkout r-
  85. endphoneme
  86. phoneme A@
  87. vowel starttype (a) endtype (a)
  88. length 240
  89. formants vowel/aa_5
  90. linkout r-
  91. endphoneme
  92. phoneme aa // 'bath' etc.
  93. vowel starttype (a) endtype (a)
  94. length 150
  95. formants vowel/a
  96. linkout r-
  97. endphoneme
  98. phoneme 3:
  99. vowel starttype (@) endtype (@)
  100. length 250
  101. formants vowel/y#
  102. reduceto @ 0
  103. linkout r-
  104. endphoneme
  105. phoneme i:
  106. vowel starttype (e) endtype (i)
  107. length 220
  108. formants vdiph2/ei_3
  109. // after w w/wi2
  110. linkout ;
  111. endphoneme
  112. phoneme O:
  113. vowel starttype (o) endtype (o)
  114. length 240
  115. formants vowel/oo_1
  116. reduceto @ 0
  117. linkout r-
  118. endphoneme
  119. phoneme O@
  120. vowel starttype (o) endtype (@)
  121. length 240
  122. formants vowel/oo_1
  123. linkout r-
  124. endphoneme
  125. phoneme O
  126. vowel starttype (o) endtype (o)
  127. length 150
  128. formants vowel/oo_1
  129. reduceto @ 0
  130. endphoneme
  131. phoneme u:
  132. vowel starttype (u) endtype (u)
  133. length 200
  134. formants vdiph/@u
  135. endphoneme
  136. phoneme aU
  137. vowel starttype (a) endtype (u)
  138. length 230
  139. formants vdiph/eeu_3
  140. endphoneme
  141. phoneme oU
  142. vowel starttype (@) endtype (u)
  143. length 220
  144. formants vdiph/Vu_2
  145. endphoneme
  146. phoneme aI
  147. vowel starttype (o) endtype (i)
  148. length 240
  149. formants vdiph/ooi_3
  150. endphoneme
  151. phoneme eI
  152. vowel starttype (@) endtype (i)
  153. length 240
  154. formants vdiph/@i_3
  155. endphoneme
  156. phoneme OI
  157. vowel starttype (o) endtype (i)
  158. length 230
  159. formants vdiph/oi
  160. endphoneme
  161. phoneme e@
  162. vowel starttype (@) endtype (@)
  163. length 240
  164. formants vowel/3_en
  165. linkout r-
  166. endphoneme
  167. phoneme i@
  168. vowel starttype (i) endtype (@)
  169. length 240
  170. formants vdiph2/i@_2
  171. linkout r-
  172. endphoneme
  173. phoneme U@
  174. vowel starttype (u) endtype (@)
  175. length 200
  176. formants vdiph2/uu@
  177. linkout r-
  178. endphoneme
  179. phoneme aI@
  180. vowel starttype (a) endtype (@)
  181. length 270
  182. formants vwl_en/ooi@
  183. linkout r-
  184. endphoneme
  185. phoneme aU@
  186. vowel starttype (a) endtype (@)
  187. length 270
  188. formants vwl_en/aU@
  189. linkout r-
  190. endphoneme