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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. //====================================================
  2. // Greek - based on base2
  3. //====================================================
  4. phoneme a/
  5. vowel starttype #@ endtype #@
  6. length 180
  7. FMT(vowel/a_4)
  8. endphoneme
  9. phoneme e
  10. vowel starttype #e endtype #e
  11. length 180
  12. FMT(vowel/e_mid2)
  13. endphoneme
  14. phoneme i
  15. vowel starttype #i endtype #i
  16. length 140
  17. IfNextVowelAppend(;)
  18. FMT(vowel/i)
  19. endphoneme
  20. phoneme o
  21. vowel starttype #o endtype #o
  22. length 180
  23. FMT(vowel/oo)
  24. endphoneme
  25. // CONSONANTS
  26. phoneme t // revert to alveolar /t/
  27. vls alv stop
  28. lengthmod 2
  29. voicingswitch d
  30. Vowelin f1=1 f2=1600 -300 300 f3=-100 80 amp=11
  31. Vowelout f1=0 f2=1600 -300 250 f3=-100 80 rms=20
  32. IF nextPh(isPause2) THEN
  33. WAV(ustop/t_)
  34. ENDIF
  35. WAV(ustop/t_short, 80)
  36. endphoneme
  37. phoneme d // revert to alveolar /d/
  38. import_phoneme base/d
  39. voicingswitch t
  40. endphoneme
  41. phoneme k
  42. vls vel stop
  43. lengthmod 2
  44. voicingswitch g
  45. Vowelin f1=0 f2=2300 200 400 f3=-100 80
  46. Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20
  47. IF nextPh(isPause2) THEN
  48. WAV(ustop/k_)
  49. ELIF nextPh(isRhotic) THEN
  50. WAV(ustop/kr)
  51. ELIF nextPh(l) THEN
  52. WAV(ustop/kl)
  53. ENDIF
  54. WAV(ustop/k_unasp, 70)
  55. endphoneme