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_dutch 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. //=========================================================
  2. // Dutch
  3. //=========================================================
  4. // Vowels
  5. //=======
  6. phoneme @ // Schwa
  7. vowel starttype #@ endtype #@
  8. unstressed
  9. length 125
  10. FMT(vowel/@_4)
  11. endphoneme
  12. phoneme i
  13. vowel starttype #i endtype #i
  14. length 160
  15. IF prevPh(w) THEN
  16. VowelStart(w/wi2)
  17. ENDIF
  18. FMT(vowel/i_2)
  19. endphoneme
  20. phoneme I
  21. vowel starttype #i endtype #i
  22. length 130
  23. FMT(vowel/ii)
  24. endphoneme
  25. phoneme y
  26. vowel starttype #u endtype #u
  27. length 180
  28. FMT(vowel/y)
  29. endphoneme
  30. phoneme 8
  31. vowel starttype #u endtype #u
  32. length 140
  33. FMT(vowel/y#)
  34. endphoneme
  35. phoneme u
  36. vowel starttype #u endtype #u
  37. length 150
  38. FMT(vowel/u_bck)
  39. endphoneme
  40. phoneme E
  41. vowel starttype #e endtype #e
  42. length 140
  43. FMT(vowel/e_mid2)
  44. endphoneme
  45. phoneme E2 // as[E] but reduces to @ if unstressed
  46. vowel starttype #e endtype #e
  47. length 140
  48. ChangeIfDiminished(@)
  49. FMT(vowel/ee_2)
  50. endphoneme
  51. phoneme O
  52. vowel starttype #o endtype #o
  53. length 150
  54. FMT(vowel/o_5)
  55. endphoneme
  56. phoneme O: // for "oor"
  57. vowel starttype #o endtype #o
  58. length 210
  59. FMT(vowel/o_6)
  60. endphoneme
  61. phoneme a:
  62. vowel starttype #a endtype #a
  63. length 210
  64. IF thisPh(isUnstressed) THEN
  65. FMT(vowel/a#_4)
  66. ENDIF
  67. FMT(vowel/a)
  68. endphoneme
  69. phoneme A
  70. vowel starttype #a endtype #a
  71. length 160
  72. IF thisPh(isUnstressed) THEN
  73. FMT(vowel/a#_2)
  74. ENDIF
  75. FMT(vowel/aa_7)
  76. endphoneme
  77. phoneme A~
  78. import_phoneme fr/A~
  79. endphoneme
  80. // Diphthongs
  81. //===========
  82. phoneme e:
  83. vowel starttype #e endtype #i
  84. length 190
  85. FMT(vdiph/ei)
  86. endphoneme
  87. phoneme Y:
  88. vowel starttype #@ endtype #@
  89. length 220
  90. FMT(vdiph/y#y_3)
  91. endphoneme
  92. phoneme o:
  93. vowel starttype #o endtype #u
  94. length 200
  95. FMT(vdiph/Vu_3)
  96. endphoneme
  97. phoneme EI
  98. vowel starttype #a endtype #i
  99. length 210
  100. FMT(vdiph/eei)
  101. endphoneme
  102. phoneme Wy
  103. vowel starttype #@ endtype #u
  104. length 220
  105. FMT(vdiph/&y)
  106. endphoneme
  107. phoneme VU
  108. vowel starttype #a endtype #o
  109. length 220
  110. FMT(vdiph/aau_2)
  111. endphoneme
  112. phoneme eU
  113. vowel starttype #e endtype #u
  114. length 220
  115. FMT(vdiph/eu)
  116. endphoneme
  117. phoneme yU
  118. vowel starttype #u endtype #u
  119. length 220
  120. FMT(vdiph2/yu)
  121. endphoneme
  122. // CONSONANTS
  123. //===========
  124. phoneme r // from Afrikaans
  125. import_phoneme base/R2
  126. endphoneme
  127. phoneme Q
  128. vcd vel frc
  129. lengthmod 6
  130. voicingswitch x
  131. Vowelin f1=2 f2=2300 200 300 f3=-300 80
  132. Vowelout f1=2 f2=2300 250 300 f3=-300 80 brk
  133. IF prevPhW(x) THEN
  134. ChangePhoneme(NULL)
  135. ENDIF
  136. IF nextPhW(isVoiced) THEN
  137. ELSE
  138. ChangePhoneme(x)
  139. ENDIF
  140. IF nextPh(isPause2) THEN
  141. FMT(voc/Q_) addWav(vocw/Q_)
  142. ENDIF
  143. FMT(voc/Q_less) addWav(vocw/Q2, 140)
  144. endphoneme