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

@@ -265,7 +265,7 @@ endphoneme


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

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

@@ -120,7 +120,8 @@ phoneme_add_feature(PHONEME_TAB *phoneme,
phoneme->phflags |= 12 << 16;
break;
case bld:
// FIXME: Not supported by eSpeak. Used in German p͡f.
phoneme->phflags &= ~phARTICULATION;
phoneme->phflags |= 1 << 16; // bilabial
break;
case alp: // pla pzd
phoneme->phflags &= ~phARTICULATION;

Loading…
Cancel
Save