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_farsi 722B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // Long Vowels
  2. phoneme A
  3. vwl starttype #i endtype #i
  4. length 200
  5. FMT(vowel/0_3)
  6. endphoneme
  7. phoneme i
  8. vwl starttype #i endtype #i
  9. length 200
  10. FMT(vowel/i)
  11. endphoneme
  12. phoneme u
  13. vwl starttype #i endtype #i
  14. length 200
  15. FMT(vowel/u_bck2)
  16. endphoneme
  17. // Short Vowels
  18. phoneme a
  19. vwl starttype #i endtype #i
  20. length 160
  21. FMT(vowel/&)
  22. endphoneme
  23. phoneme e
  24. vwl starttype #i endtype #i
  25. length 160
  26. FMT(vowel/e_mid2)
  27. endphoneme
  28. phoneme o
  29. vwl starttype #i endtype #i
  30. length 160
  31. FMT(vowel/o_mid)
  32. endphoneme
  33. // Diphthongs
  34. phoneme eI
  35. vwl starttype #i endtype #i
  36. length 220
  37. FMT(vdiph/eei_2)
  38. endphoneme
  39. phoneme oU
  40. vwl starttype #i endtype #i
  41. length 220
  42. FMT(vdiph/ou_2)
  43. endphoneme