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_esperanto 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. //====================================================
  2. // Esperanto
  3. //====================================================
  4. phoneme a
  5. vowel starttype #a endtype #a
  6. length 180
  7. FMT(vowel/a_2)
  8. endphoneme
  9. phoneme e
  10. vowel starttype #e endtype #e
  11. length 170
  12. FMT(vowel/e)
  13. endphoneme
  14. phoneme i
  15. vowel starttype #i endtype #i
  16. length 170
  17. IfNextVowelAppend(;)
  18. FMT(vowel/i)
  19. endphoneme
  20. phoneme o
  21. vowel starttype #o endtype #o
  22. length 170
  23. FMT(vowel/oo)
  24. endphoneme
  25. phoneme u
  26. vowel starttype #u endtype #u
  27. length 170
  28. FMT(vowel/u)
  29. endphoneme
  30. phoneme aU
  31. vowel starttype #a endtype #u
  32. length 250
  33. FMT(vdiph/au_4)
  34. endphoneme
  35. phoneme eU
  36. vowel starttype #e endtype #u
  37. length 250
  38. FMT(vdiph/eu)
  39. endphoneme
  40. phoneme aI
  41. vowel starttype #a endtype #i
  42. length 250
  43. FMT(vdiph/ai)
  44. endphoneme
  45. phoneme eI
  46. vowel starttype #e endtype #i
  47. length 250
  48. FMT(vdiph/eei_2)
  49. endphoneme
  50. phoneme oI
  51. vowel starttype #o endtype #i
  52. length 250
  53. FMT(vdiph/ooi)
  54. endphoneme
  55. phoneme uI
  56. vowel starttype #u endtype #i
  57. length 250
  58. FMT(vdiph/ui)
  59. endphoneme
  60. // CONSONANTS
  61. //===========
  62. phoneme ts
  63. import_phoneme consonants/ts
  64. endphoneme