Browse Source

Merge branch 'master' of github.com:lwinmoe/espeak-burmese

master
Lwin Moe 9 years ago
parent
commit
e0235f0a60
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      phsource/ph_burmese

+ 7
- 5
phsource/ph_burmese View File

endphoneme endphoneme


phoneme ɔ phoneme ɔ
vowel
IF nextPh(4) THEN //diphthong with checked tone IF nextPh(4) THEN //diphthong with checked tone
vowel starttype #u endtype #u
starttype #u endtype #u
ELSE ELSE
vowel starttype #o endtype #o
starttype #o endtype #o
ENDIF ENDIF
IF nextPh(3) THEN //creaky tone IF nextPh(3) THEN //creaky tone
//length 252 270 277 //length 252 270 277
endphoneme endphoneme


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

Loading…
Cancel
Save