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_danish 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. phoneme @
  2. vowel starttype #@ endtype #@
  3. unstressed
  4. length 130
  5. FMT(vowel/@_3)
  6. endphoneme
  7. // ToDo: change [@] to [a#] if adjacent to [r] or [R]
  8. phoneme 3
  9. vowel starttype #a endtype #a
  10. unstressed
  11. length 130
  12. FMT(vowel/a#_3)
  13. endphoneme
  14. phoneme i
  15. vowel starttype #i endtype #i
  16. length 150
  17. IfNextVowelAppend(;)
  18. FMT(vowel/i_4)
  19. endphoneme
  20. phoneme e
  21. vowel starttype #e endtype #e
  22. length 150
  23. FMT(vowel/e)
  24. endphoneme
  25. phoneme E
  26. vowel starttype #e endtype #e
  27. length 150
  28. FMT(vowel/e_mid2)
  29. endphoneme
  30. phoneme &
  31. vowel starttype #e endtype #e
  32. length 150
  33. FMT(vowel/ee_2)
  34. endphoneme
  35. phoneme a
  36. vowel starttype #a endtype #a
  37. length 150
  38. FMT(vowel/a_2)
  39. endphoneme
  40. phoneme A
  41. vowel starttype #a endtype #a
  42. length 150
  43. FMT(vowel/a_3)
  44. endphoneme
  45. phoneme u
  46. vowel starttype #u endtype #u
  47. length 150
  48. FMT(vowel/u_bck)
  49. endphoneme
  50. phoneme o
  51. vowel starttype #o endtype #o
  52. length 150
  53. FMT(vowel/o_2)
  54. endphoneme
  55. phoneme O
  56. vowel starttype #o endtype #o
  57. length 150
  58. FMT(vowel/o_5)
  59. endphoneme
  60. phoneme V
  61. vowel starttype #@ endtype #@
  62. length 150
  63. FMT(vowel/V_4)
  64. endphoneme
  65. phoneme 0
  66. vowel starttype #o endtype #o
  67. length 150
  68. FMT(vowel/oo_2)
  69. endphoneme
  70. phoneme y
  71. vowel starttype #i endtype #i
  72. length 150
  73. FMT(vowel/y)
  74. endphoneme
  75. phoneme Y
  76. vowel starttype #i endtype #i
  77. length 150
  78. FMT(vowel/yy)
  79. endphoneme
  80. phoneme W
  81. vowel starttype #@ endtype #@
  82. length 150
  83. FMT(vowel/oe)
  84. endphoneme
  85. // CONSONANTS
  86. phoneme v // approximant, not fricative
  87. import_phoneme base/v#
  88. voicingswitch f
  89. endphoneme
  90. phoneme r // used for 'r' after a vowel (to create a diphthong)
  91. liquid
  92. lengthmod 7
  93. FMT(r/a_)
  94. endphoneme
  95. phoneme R
  96. lengthmod 7
  97. liquid
  98. FMT(r/aa)
  99. endphoneme