forked from espeak-ng/espeak-ng
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathph_assamese
94 lines (66 loc) · 1.28 KB
/
ph_assamese
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
//====================================================
// Bengali, inherits from Hindi
//====================================================
phoneme V // inherent vowel, can be [O] or [o]
vwl flag1 starttype #o endtype #o
length 200
IF thisPh(isWordEnd) AND prevPhW(isNotVowel) AND prev2PhW(isVowel) THEN
ChangePhoneme(NULL)
ENDIF
IF thisPh(isFirstVowel) THEN
IF nextVowel(i) OR nextVowel(u) THEN
ChangePhoneme(o)
ENDIF
IF prevPhW(r) THEN
ChangePhoneme(o)
ENDIF
ENDIF
ChangePhoneme(O)
endphoneme
phoneme a
vwl starttype #a endtype #a
length 225
FMT(vowel/a_3)
endphoneme
phoneme i
vwl starttype #i endtype #i
length 210
FMT(vowel/i_6)
endphoneme
phoneme u
vwl starttype #u endtype #u
length 210
FMT(vowel/u)
endphoneme
phoneme e
vwl starttype #e endtype #e
length 210
FMT(vowel/e)
endphoneme
phoneme &
vwl starttype #a endtype #a
length 210
FMT(vowel/&_2)
endphoneme
phoneme o
vwl starttype #o endtype #o
length 210
IF nextPhW(w) THEN
length 170
ENDIF
FMT(vowel/o)
endphoneme
phoneme O
vwl starttype #o endtype #o
length 200
FMT(vowel/oo_5)
endphoneme
phoneme tS
import_phoneme base1/tS
endphoneme
phoneme tS#
import_phoneme base1/tS
endphoneme
phoneme ~
virtual
endphoneme