ph_vietnam_hue 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. //====================================================
  2. // Vietnamese Phonemes - Make Huế Dialect
  3. //====================================================
  4. phoneme 1 // ngang tone: level
  5. stress
  6. Tone(10 ,60, envelope/p_level, NULL) // 40 5 similar Hue dialect tone
  7. endphoneme
  8. phoneme 2 // huyền tone: low falling
  9. stress
  10. Tone(20, 25, envelope/p_fall,envelope/vi_6amp) // NULL) //20 25
  11. endphoneme
  12. phoneme 3 // sắc Tone(rising
  13. stress
  14. Tone(2, 10, envelope/p_fallrise, NULL) // 2 10
  15. endphoneme
  16. phoneme 4 // hỏi Tone(curve (dipping rising)
  17. stress
  18. Tone(5, 10, envelope/p_512,NULL) //20 5
  19. endphoneme
  20. phoneme 5 // ngã tone: broken (creaking rising)
  21. stress
  22. Tone(10, 15, envelope/p_512, envelope/vi_6amp) // 40 20
  23. endphoneme
  24. phoneme 6 // nặng Tone(drop (constricted)
  25. stress
  26. //length 150 // ignore because it make too short sound 75 // reduce the length of the vowel
  27. Tone(25, 10, envelope/p_512, envelope/vi_6amp) // 40 20
  28. endphoneme
  29. phoneme 7 // Tone(1 (ngang) at end of clause
  30. stress
  31. Tone(5, 40, envelope/p_level, NULL) //Tone(99, 50, envelope/p_fall, NULL) // 40 20
  32. endphoneme
  33. // Redefine the length of vowels
  34. phoneme i
  35. CALL vi/i
  36. length 150
  37. endphoneme
  38. phoneme E
  39. CALL vi/E
  40. length 150
  41. endphoneme
  42. phoneme a:
  43. CALL vi/a:
  44. length 150
  45. endphoneme
  46. phoneme @
  47. CALL vi/@
  48. length 150
  49. endphoneme
  50. phoneme @:
  51. CALL vi/@:
  52. length 150
  53. endphoneme
  54. phoneme O
  55. CALL vi/O
  56. length 150
  57. FMT(vowel/oo_3)
  58. endphoneme
  59. phoneme Oi
  60. CALL vi/Oi
  61. length 100
  62. FMT(vdiph/ooi_2)
  63. endphoneme
  64. // Redefine consonants
  65. phoneme n
  66. import_phoneme vi/n
  67. Vowelin f1=0 f2=1000 -50 -100 f3=-200 80 rms=5 brk len=15
  68. endphoneme
  69. phoneme @:I
  70. CALL vi/@:I
  71. FMT(vdiph/y#y)
  72. endphoneme