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_haitian 899B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. phoneme a
  2. vwl starttype #a endtype #a
  3. length 170
  4. FMT(vowel/a_7, 85)
  5. endphoneme
  6. phoneme e
  7. vwl starttype #e endtype #e
  8. length 170
  9. FMT(vowel/e_6)
  10. endphoneme
  11. phoneme E
  12. vwl starttype #e endtype #e
  13. length 170
  14. FMT(vowel/e_mid)
  15. endphoneme
  16. phoneme i
  17. vwl starttype #i endtype #i
  18. length 160
  19. IfNextVowelAppend(;)
  20. FMT(vowel/i_8)
  21. endphoneme
  22. phoneme o
  23. vwl starttype #o endtype #o
  24. length 170
  25. FMT(vowel/o_8)
  26. endphoneme
  27. phoneme O
  28. vwl starttype #o endtype #o
  29. length 170
  30. FMT(vowel/o_mid2)
  31. endphoneme
  32. phoneme u
  33. vwl starttype #u endtype #u
  34. length 180
  35. FMT(vowel/u_bck2)
  36. endphoneme
  37. // Nasal vowels
  38. phoneme A~
  39. vwl starttype #a endtype #a
  40. length 200
  41. FMT(vnasal/aa_n4)
  42. endphoneme
  43. phoneme E~
  44. vwl starttype #e endtype #e
  45. length 200
  46. FMT(vnasal/W_n)
  47. endphoneme
  48. phoneme O~
  49. vwl starttype #o endtype #o
  50. length 200
  51. FMT(vnasal/o_n)
  52. endphoneme