Browse Source

fixed errors

master
Andrew Lamont 9 years ago
parent
commit
6c4c986d0b
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      phsource/ph_burmese

+ 7
- 5
phsource/ph_burmese View File

@@ -221,10 +221,11 @@ phoneme o
endphoneme

phoneme ɔ
vowel
IF nextPh(4) THEN //diphthong with checked tone
vowel starttype #u endtype #u
starttype #u endtype #u
ELSE
vowel starttype #o endtype #o
starttype #o endtype #o
ENDIF
IF nextPh(3) THEN //creaky tone
//length 252 270 277
@@ -254,10 +255,11 @@ phoneme ɔ
endphoneme

phoneme a
vowel
IF nextPh(4) THEN //diphthong with checked tone
vowel starttype #a endtype #i
starttype #a endtype #i
ELSE
vowel starttype #a endtype #a
starttype #a endtype #a
ENDIF
// IF nextPh(3) THEN //creaky tone
//length
@@ -379,7 +381,7 @@ phoneme ɔɴ
//f2
// ELIF nextPh(1) THEN //low tone
//length 572 582 395
length 516
length 511
//f1 823 840 801
//f2 1463 1535 1393
// ELIF nextPh(2) THEN //high tone

Loading…
Cancel
Save