ph_haitian 899 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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