ph_kurdish 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. phoneme i
  2. vwl starttype #i endtype #i
  3. length 190
  4. FMT(vowel/i_6)
  5. endphoneme
  6. phoneme I
  7. vwl starttype #@ endtype #@
  8. length 110
  9. IF nextPh(j) THEN
  10. FMT(vowel/ii)
  11. ENDIF
  12. FMT(vowel/ii#)
  13. endphoneme
  14. phoneme e
  15. vwl starttype #e endtype #e
  16. length 220
  17. FMT(vowel/e_3)
  18. endphoneme
  19. phoneme E
  20. vwl starttype #a endtype #a
  21. length 150
  22. FMT(vowel/ee_6)
  23. endphoneme
  24. phoneme E#
  25. vwl starttype #e endtype #e
  26. length 140
  27. FMT(vowel/ee_2)
  28. endphoneme
  29. phoneme a
  30. vwl starttype #a endtype #a
  31. length 210
  32. FMT(vowel/aa#)
  33. endphoneme
  34. phoneme 8
  35. vwl starttype #@ endtype #@
  36. length 160
  37. FMT(vowel/8_5)
  38. endphoneme
  39. phoneme o
  40. vwl starttype #o endtype #o
  41. length 220
  42. FMT(vowel/o_7)
  43. endphoneme
  44. phoneme U
  45. vwl starttype #u endtype #u
  46. length 130
  47. FMT(vowel/uu#)
  48. endphoneme
  49. phoneme u
  50. vwl starttype #u endtype #u
  51. length 200
  52. FMT(vowel/u_6)
  53. endphoneme
  54. phoneme y
  55. vwl starttype #u endtype #u
  56. length 160
  57. FMT(vowel/y_5)
  58. endphoneme
  59. phoneme eI
  60. vwl starttype #e endtype #i
  61. length 280
  62. FMT(vdiph/eei_3)
  63. endphoneme
  64. phoneme eU
  65. vwl starttype #e endtype #i
  66. length 280
  67. FMT(vdiph/eeu_3)
  68. endphoneme
  69. phoneme V
  70. vwl starttype #@ endtype #@
  71. length 160
  72. FMT(vowel/V_2)
  73. endphoneme
  74. phoneme x // This is Afrikaans [x2]
  75. vls vel frc
  76. lengthmod 3
  77. Vowelin f1=0 f2=2300 200 400 f3=-100 100
  78. Vowelout f1=0 f2=2300 300 400 f3=-100 100 rms=20
  79. WAV(ufric/x2, 60) // stronger version of [x]
  80. endphoneme
  81. phoneme c
  82. vls pal stp
  83. lengthmod 2
  84. voicingswitch J
  85. Vowelin f1=0 f2=2700 200 500 f3=400 80 len=60
  86. Vowelout f1=0 f2=2700 300 500 f3=300 80
  87. IF nextPh(isPause2) THEN
  88. WAV(ustop/ki, 80)
  89. ENDIF
  90. WAV(ustop/ki)
  91. endphoneme
  92. phoneme J
  93. vcd pla stp
  94. voicingswitch c
  95. lengthmod 5
  96. Vowelin f1=2 f2=2700 400 600 f3=300 80
  97. Vowelout f1=2 f2=2700 400 600 f3=300 80 colr=1
  98. IF PreVoicing THEN
  99. FMT(dzh/xdz_pzd)
  100. ENDIF
  101. FMT(dzh/dz_pzd) addWav(ustop/ki, 60)
  102. endphoneme