ph_georgian 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. phoneme @
  2. vwl starttype #@ endtype #@
  3. unstressed
  4. length 120
  5. FMT(vowel/@)
  6. endphoneme
  7. phoneme i
  8. vwl starttype #i endtype #i
  9. length 160
  10. FMT(vowel/i)
  11. endphoneme
  12. phoneme e
  13. vwl starttype #e endtype #e
  14. length 180
  15. IF thisPh(isWordEnd) THEN
  16. FMT(vowel/e_mid)
  17. ENDIF
  18. FMT(vowel/ee)
  19. endphoneme
  20. phoneme a
  21. vwl starttype #a endtype #a
  22. length 180
  23. IF thisPh(isUnstressed) THEN
  24. FMT(vowel/a#_2)
  25. ENDIF
  26. FMT(vowel/a_3)
  27. endphoneme
  28. phoneme o
  29. vwl starttype #o endtype #o
  30. length 180
  31. FMT(vowel/oo_1)
  32. endphoneme
  33. phoneme u
  34. vwl starttype #u endtype #u
  35. length 180
  36. FMT(vowel/u_bck)
  37. endphoneme
  38. phoneme p# // more aspiration
  39. import_phoneme consonants/ph
  40. endphoneme
  41. phoneme t#
  42. import_phoneme base1/t
  43. endphoneme
  44. phoneme ts#
  45. import_phoneme consonants/ts
  46. endphoneme
  47. phoneme k#
  48. vls vel stp
  49. lengthmod 2
  50. voicingswitch g
  51. Vowelin f1=1 f2=1400 -100 100 f3=-150 80
  52. Vowelout f1=0 f2=2300 300 400 f3=-150 80 rms=20
  53. IF nextPh(isPause2) THEN
  54. WAV(ustop/k_asp, 40)
  55. ENDIF
  56. IF nextPhW(#e) OR nextPhW(#i) THEN
  57. WAV(ustop/k_asp_e, 40)
  58. ELIF nextPhW(#o) OR nextPhW(#u) THEN
  59. WAV(ustop/k_asp_u, 30)
  60. ELSE
  61. WAV(ustop/k_asp_a, 35)
  62. ENDIF
  63. endphoneme
  64. phoneme dz
  65. import_phoneme consonants/dz
  66. voicingswitch ts
  67. endphoneme
  68. phoneme p
  69. import_phoneme consonants/p-
  70. endphoneme
  71. phoneme t
  72. import_phoneme consonants/t-
  73. endphoneme
  74. phoneme ts
  75. vls alv afr sib
  76. lengthmod 2
  77. Vowelin f1=0 f2=1700 -300 300 f3=-100 80
  78. Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
  79. WAV(ustop/ts2)
  80. endphoneme
  81. phoneme c
  82. import_phoneme consonants/c2
  83. endphoneme
  84. phoneme k
  85. import_phoneme consonants/k-
  86. endphoneme
  87. phoneme Q
  88. vcd vel frc
  89. voicingswitch x
  90. lengthmod 6
  91. Vowelin f1=2 f2=2300 200 400 f3=-100 80
  92. Vowelout f1=2 f2=2300 250 300 f3=-300 80 brk
  93. FMT(voc/Q) addWav(ufric/xx, 100)
  94. endphoneme
  95. phoneme Q2
  96. vcd vel frc
  97. voicingswitch x
  98. lengthmod 6
  99. Vowelin f1=2 f2=2300 200 400 f3=-100 80
  100. Vowelout f1=2 f2=2300 250 300 f3=-300 80 brk
  101. FMT(voc/Q) addWav(ufric/x2, 50)
  102. endphoneme
  103. phoneme r
  104. import_phoneme base1/R
  105. endphoneme