ph_vietnam_sgn 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. //====================================================
  2. // Vietnamese Phonemes - Make Sài gòn Dialect
  3. //====================================================
  4. phoneme 1 // ngang tone: level
  5. stress
  6. Tone(20,35, envelope/i_risefall,NULL) //40,5,envelope/p_level, NULL) //40 45
  7. endphoneme
  8. phoneme 2 // huyền tone: low falling
  9. stress
  10. Tone(10,20 , envelope/p_fall, NULL) //20
  11. endphoneme
  12. phoneme 3 // sắc Tone(rising
  13. stress
  14. Tone(45,80, envelope/p_rise, NULL) // 30 50
  15. endphoneme
  16. phoneme 4 // hỏi Tone(curve (dipping rising)
  17. stress
  18. Tone(45,50, envelope/p_fallrise,envelope/vi_5amp) // 28,58
  19. endphoneme
  20. phoneme 5 // ngã tone: broken (creaking rising)
  21. stress
  22. Tone(30,75, envelope/p_214, NULL) //20,80, envelope/p_214, envelope/vi_5amp) // 28,58
  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(20,25, envelope/p_512,NULL) // envelope/vi_6amp) 10 5
  28. endphoneme
  29. phoneme 7 // Tone(1 (ngang) at end of clause
  30. stress
  31. Tone(40,42, envelope/p_fall, NULL) //20, 30, envelope/p_fall, NULL)
  32. endphoneme
  33. // Redefine the length of vowels
  34. phoneme i
  35. CALL vi/i
  36. length 150
  37. FMT(vowel/i#)
  38. endphoneme
  39. phoneme E
  40. CALL vi/E
  41. length 150
  42. FMT(vowel/ee_1)
  43. endphoneme
  44. phoneme a:
  45. CALL vi/a:
  46. length 150
  47. FMT(vietnam/a)
  48. endphoneme
  49. phoneme @
  50. CALL vi/@
  51. length 150
  52. endphoneme
  53. phoneme @:
  54. CALL vi/@:
  55. length 150
  56. endphoneme
  57. phoneme O
  58. CALL vi/O
  59. length 80
  60. FMT(vowel/oo_1)
  61. endphoneme
  62. phoneme Oi
  63. CALL vi/Oi
  64. length 100
  65. FMT(vdiph/ooi_2)
  66. endphoneme
  67. phoneme y
  68. CALL vi/y
  69. FMT(vowel/u#_4)
  70. endphoneme
  71. phoneme o
  72. CALL vi/o
  73. FMT(vowel/o_5)
  74. endphoneme
  75. phoneme @:I
  76. CALL vi/@:I
  77. FMT(vdiph/y#y)
  78. endphoneme