ph_bulgarian 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. // Bulgarian
  2. phoneme i
  3. vwl starttype #i endtype #i
  4. length 130
  5. IfNextVowelAppend(;)
  6. IF thisPh(isNotStressed) THEN
  7. FMT(vowel/ii_5)
  8. ENDIF
  9. FMT(vowel/i_6)
  10. endphoneme
  11. phoneme e
  12. vwl starttype #e endtype #e
  13. length 140
  14. IF thisPh(isNotStressed) THEN
  15. FMT(vowel/e_mid2)
  16. ENDIF
  17. FMT(vowel/e_mid)
  18. endphoneme
  19. phoneme @
  20. vwl starttype #@ endtype #@
  21. length 140
  22. IF thisPh(isNotStressed) THEN
  23. FMT(vowel/V)
  24. ENDIF
  25. FMT(vowel/@_bck)
  26. endphoneme
  27. phoneme a
  28. vwl starttype #a endtype #a
  29. length 150
  30. IF thisPh(isNotStressed) THEN
  31. IF nextVowel(isStressed) THEN
  32. FMT(vowel/a#_4)
  33. ELSE
  34. ipa ɐ
  35. FMT(vowel/V_3)
  36. ENDIF
  37. ENDIF
  38. FMT(vowel/a)
  39. endphoneme
  40. phoneme o
  41. vwl starttype #o endtype #o
  42. length 140
  43. IF thisPh(isNotStressed) THEN
  44. FMT(vowel/o_mid)
  45. ENDIF
  46. FMT(vowel/oo)
  47. endphoneme
  48. phoneme u
  49. vwl starttype #u endtype #u
  50. length 140
  51. IF thisPh(isNotStressed) THEN
  52. FMT(vowel/u_2)
  53. ENDIF
  54. FMT(vowel/u_bck)
  55. endphoneme
  56. // Consonants
  57. phoneme ts;
  58. delete_phoneme
  59. endphoneme
  60. phoneme l
  61. import_phoneme en/l
  62. endphoneme
  63. phoneme L // velar L
  64. import_phoneme base1/L
  65. endphoneme
  66. phoneme r
  67. import_phoneme base1/R2
  68. endphoneme
  69. phoneme x
  70. import_phoneme base1/x
  71. voicingswitch x // [x] doesn't switch to [Q]
  72. endphoneme
  73. phoneme g#
  74. import_phoneme ru/g
  75. endphoneme
  76. phoneme g;
  77. vcd vel stp
  78. pzd
  79. voicingswitch k
  80. lengthmod 5
  81. Vowelin f1=1 f2=2300 300 300 f3=300 80
  82. Vowelout f1=1 f2=2300 300 300 f3=300 80 brk colr=1
  83. IF PreVoicing THEN
  84. FMT(g/xg)
  85. ENDIF
  86. IF nextPh(isPause2) THEN
  87. FMT(g/g_) addWav(x/g_)
  88. ENDIF
  89. FMT(g/g) addWav(x/g2, 150)
  90. endphoneme