Browse Source

vi: modify length of phoneme o#

master
Anh Hoang Nguyen 6 years ago
parent
commit
3258e49542
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      phsource/ph_vietnam

+ 3
- 1
phsource/ph_vietnam View File

@@ -565,7 +565,9 @@ endphoneme

phoneme o# // ông
vwl starttype #o endtype #o
IF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
IF nextPhW(k) THEN
length 120
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
length 240
ELSE
length 200

Loading…
Cancel
Save