Browse Source

Use 'bld' instead of 'blb' for German pf.

master
Reece H. Dunn 8 years ago
parent
commit
cc154be09c
2 changed files with 3 additions and 2 deletions
  1. 1
    1
      phsource/ph_german
  2. 2
    1
      src/libespeak-ng/phoneme.c

+ 1
- 1
phsource/ph_german View File





phoneme pF phoneme pF
vls blb afr
vls bld afr
ipa pf ipa pf
Vowelout f1=0 f2=1000 -500 -350 f3=-200 80 Vowelout f1=0 f2=1000 -500 -350 f3=-200 80
lengthmod 2 lengthmod 2

+ 2
- 1
src/libespeak-ng/phoneme.c View File

phoneme->phflags |= 12 << 16; phoneme->phflags |= 12 << 16;
break; break;
case bld: case bld:
// FIXME: Not supported by eSpeak. Used in German p͡f.
phoneme->phflags &= ~phARTICULATION;
phoneme->phflags |= 1 << 16; // bilabial
break; break;
case alp: // pla pzd case alp: // pla pzd
phoneme->phflags &= ~phARTICULATION; phoneme->phflags &= ~phARTICULATION;

Loading…
Cancel
Save