This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add phPALATAL to pal phonemes for the isPalatal checks.
master
Reece H. Dunn
8 years ago
parent
241860553d
commit
8c4ac68210
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/libespeak-ng/phoneme.c
+ 1
- 0
src/libespeak-ng/phoneme.c
View File
@@ -98,6 +98,7 @@ phoneme_add_feature(PHONEME_TAB *phoneme,
case pal:
phoneme->phflags &= ~phARTICULATION;
phoneme->phflags |= 7 << 16;
phoneme->phflags |= phPALATAL;
break;
case vel:
phoneme->phflags &= ~phARTICULATION;
Write
Preview
Loading…
Cancel
Save