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_n 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. phoneme N
  2. vcd vel nasal
  3. lengthmod 8 // longer than 'n'
  4. IfNextVowelAppend(g-)
  5. CALL base/N
  6. endphoneme
  7. //*******************************************************************
  8. // VOWELS
  9. //*******************************************************************
  10. phoneme 3 // Schwa, used for rhotic schwa in American
  11. vowel starttype #@ endtype #@
  12. ipa ə
  13. unstressed
  14. length 140
  15. IfNextVowelAppend(r-)
  16. FMT(vowel/@_fr)
  17. endphoneme
  18. phoneme a
  19. vowel starttype #a endtype #a
  20. length 140
  21. ChangeIfDiminished(a#)
  22. FMT(vowel/a)
  23. endphoneme
  24. phoneme E
  25. vowel starttype #a endtype #a
  26. length 150
  27. ChangeIfDiminished(I2)
  28. FMT(vowel/ee)
  29. endphoneme
  30. phoneme I
  31. vowel starttype #i endtype #i
  32. length 130
  33. IfNextVowelAppend(;)
  34. FMT(vowel/ii)
  35. endphoneme
  36. phoneme I2
  37. vowel starttype #i endtype #i
  38. unstressed
  39. length 140
  40. IfNextVowelAppend(;)
  41. FMT(vowel/ii)
  42. endphoneme
  43. phoneme i // optional variant of [I] for end of words
  44. vowel starttype #i endtype #i
  45. length 150
  46. IfNextVowelAppend(;)
  47. FMT(vowel/e_3)
  48. endphoneme
  49. phoneme 0
  50. vowel starttype #o endtype #o
  51. length 150
  52. ChangeIfDiminished(@)
  53. FMT(vowel/0_2)
  54. endphoneme
  55. phoneme V
  56. vowel starttype #o endtype #o
  57. ipa ʊ
  58. length 140
  59. ChangeIfDiminished(@)
  60. FMT(vowel/o-_2)
  61. endphoneme
  62. phoneme U
  63. vowel starttype #o endtype #o
  64. length 170
  65. FMT(vowel/uu)
  66. endphoneme
  67. phoneme a#
  68. vowel starttype #@ endtype #@
  69. ipa ɐ
  70. unstressed
  71. length 140
  72. IfNextVowelAppend(r-)
  73. FMT(vowel/a#_3)
  74. endphoneme
  75. phoneme A:
  76. vowel starttype #a endtype #@
  77. length 240
  78. IfNextVowelAppend(r-)
  79. FMT(vowel/aa_5)
  80. endphoneme
  81. phoneme A@
  82. vowel starttype #a endtype #@
  83. ipa ɑː
  84. length 250
  85. IfNextVowelAppend(r-)
  86. FMT(vowel/aa_5)
  87. endphoneme
  88. phoneme aa // 'bath' etc.
  89. vowel starttype #a endtype #a
  90. ipa a
  91. length 150
  92. FMT(vowel/a)
  93. endphoneme
  94. phoneme 3:
  95. vowel starttype #@ endtype #@
  96. length 230
  97. IfNextVowelAppend(r-)
  98. ChangeIfDiminished(@)
  99. FMT(vowel/3_2)
  100. endphoneme
  101. phoneme i:
  102. vowel starttype #i endtype #i
  103. length 175
  104. IfNextVowelAppend(;)
  105. IF prevPh(w) THEN
  106. VowelStart(w/wi2)
  107. ENDIF
  108. FMT(vowel/i)
  109. endphoneme
  110. phoneme O:
  111. vowel starttype #o endtype #o
  112. length 240
  113. IfNextVowelAppend(r-)
  114. ChangeIfDiminished(@)
  115. FMT(vowel/oo_1)
  116. endphoneme
  117. phoneme O@
  118. vowel starttype #o endtype #@
  119. ipa ɔː
  120. length 240
  121. IfNextVowelAppend(r-)
  122. FMT(vwl_en_n/O@)
  123. endphoneme
  124. phoneme o@
  125. vowel starttype #o endtype #@
  126. ipa ɔː
  127. length 240
  128. IfNextVowelAppend(r-)
  129. FMT(vwl_en_n/O@)
  130. endphoneme
  131. phoneme O
  132. vowel starttype #o endtype #o
  133. length 150
  134. ChangeIfDiminished(@)
  135. FMT(vowel/oo_en)
  136. endphoneme
  137. phoneme u:
  138. vowel starttype #u endtype #u
  139. length 200
  140. FMT(vdiph2/uw_4)
  141. endphoneme
  142. phoneme aU
  143. vowel starttype #e endtype #u
  144. ipa æʊ
  145. length 230
  146. FMT(vdiph/eeu_3)
  147. endphoneme
  148. phoneme oU
  149. vowel starttype #o endtype #o
  150. ipa oː
  151. length 220
  152. FMT(vowel/o)
  153. endphoneme
  154. phoneme aI
  155. vowel starttype #a endtype #i
  156. length 230
  157. FMT(vdiph/ae_2)
  158. endphoneme
  159. phoneme eI
  160. vowel starttype #i endtype #i
  161. ipa eː
  162. length 210
  163. FMT(vowel/e)
  164. endphoneme
  165. phoneme OI
  166. vowel starttype #o endtype #i
  167. length 230
  168. FMT(vdiph/ooi)
  169. endphoneme
  170. phoneme e@
  171. vowel starttype #e endtype #@
  172. length 220
  173. IfNextVowelAppend(r-)
  174. FMT(vdiph2/ee@)
  175. endphoneme
  176. phoneme i@
  177. vowel starttype #i endtype #@
  178. length 240
  179. IfNextVowelAppend(r-)
  180. FMT(vdiph2/i@)
  181. endphoneme
  182. phoneme U@
  183. vowel starttype #u endtype #@
  184. length 200
  185. IfNextVowelAppend(r-)
  186. FMT(vdiph2/uu@)
  187. endphoneme
  188. phoneme aI@
  189. vowel starttype #a endtype #@
  190. length 280
  191. IfNextVowelAppend(r-)
  192. FMT(vwl_en/aI@)
  193. endphoneme
  194. phoneme aU@
  195. vowel starttype #a endtype #@
  196. length 280
  197. IfNextVowelAppend(r-)
  198. FMT(vwl_en/aU@)
  199. endphoneme