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

case pal: case pal:
phoneme->phflags &= ~phARTICULATION; phoneme->phflags &= ~phARTICULATION;
phoneme->phflags |= 7 << 16; phoneme->phflags |= 7 << 16;
phoneme->phflags |= phPALATAL;
break; break;
case vel: case vel:
phoneme->phflags &= ~phARTICULATION; phoneme->phflags &= ~phARTICULATION;

Loading…
Cancel
Save