ph_greek_ancient 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. vwl starttype #i endtype #i
  10. length 160
  11. FMT(vowel/yy_4)
  12. endphoneme
  13. phoneme e
  14. vwl starttype #e endtype #e
  15. length 140
  16. FMT(vowel/e)
  17. endphoneme
  18. phoneme E
  19. vwl starttype #e endtype #e
  20. length 150
  21. FMT(vowel/ee_1)
  22. endphoneme
  23. phoneme o
  24. vwl starttype #o endtype #o
  25. length 140
  26. FMT(vowel/o)
  27. endphoneme
  28. phoneme O
  29. vwl starttype #o endtype #o
  30. length 150
  31. FMT(vowel/0)
  32. endphoneme
  33. phoneme EU
  34. vwl starttype #e endtype #u
  35. length 230
  36. FMT(vdiph/eeu)
  37. endphoneme
  38. phoneme OI
  39. vwl starttype #o endtype #i
  40. length 230
  41. FMT(vdiph/0i)
  42. endphoneme
  43. phoneme OU
  44. vwl starttype #o endtype #u
  45. length 230
  46. FMT(vdiph/oou)
  47. endphoneme
  48. phoneme yI
  49. vwl starttype #i endtype #i
  50. length 230
  51. FMT(vdiph/yi)
  52. endphoneme
  53. phoneme f // consider this an affrictive
  54. vls blb afr
  55. lengthmod 2
  56. Vowelout f1=0 f2=1000 -500 -350 f3=-200 80
  57. WAV(ufric/f) // could replace this with a [pf] wav file
  58. endphoneme