Browse Source

Add phPALATAL to pal phonemes for the isPalatal checks.

master
Reece H. Dunn 8 years ago
parent
commit
8c4ac68210
1 changed files with 1 additions and 0 deletions
  1. 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;

Loading…
Cancel
Save