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_greek_ancient 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. //====================================================
  2. // Ancient Greek - based on base2
  3. //====================================================
  4. phoneme : // Lengthen previous vowel by "length"
  5. virtual
  6. length 100
  7. endphoneme
  8. phoneme y
  9. vowel starttype (i) endtype (i)
  10. length 160
  11. formants vowel/yy_4
  12. endphoneme
  13. phoneme e
  14. vowel starttype (e) endtype (e)
  15. length 140
  16. formants vowel/e
  17. endphoneme
  18. phoneme E
  19. vowel starttype (e) endtype (e)
  20. length 150
  21. formants vowel/ee_1
  22. endphoneme
  23. phoneme o
  24. vowel starttype (o) endtype (o)
  25. length 140
  26. formants vowel/o
  27. endphoneme
  28. phoneme O
  29. vowel starttype (o) endtype (o)
  30. length 150
  31. formants vowel/0
  32. endphoneme
  33. phoneme EU
  34. vowel starttype (e) endtype (u)
  35. length 230
  36. formants vdiph/eeu
  37. endphoneme
  38. phoneme OI
  39. vowel starttype (o) endtype (i)
  40. length 230
  41. formants vdiph/0i
  42. endphoneme
  43. phoneme OU
  44. vowel starttype (o) endtype (u)
  45. length 230
  46. formants vdiph/oou
  47. endphoneme
  48. phoneme yI
  49. vowel starttype (i) endtype (i)
  50. length 230
  51. formants vdiph/yi
  52. endphoneme
  53. phoneme f // consider this an affrictive
  54. vls blb afr
  55. vowelout f1=0 f2=1000 -500 -350 f3=-200 80
  56. lengthmod 2
  57. wave ufric/f // could replace this with a [pf] wav file
  58. endphoneme