Browse Source

PHONEME_TAB.end_type is used as the voicing switch for consonants.

master
Reece H. Dunn 8 years ago
parent
commit
9cb38f2df4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/phoneme.h

+ 1
- 1
src/libespeak-ng/phoneme.h View File

@@ -206,7 +206,7 @@ typedef struct {
unsigned char code; // the phoneme number
unsigned char type; // phVOWEL, phPAUSE, phSTOP etc
unsigned char start_type;
unsigned char end_type;
unsigned char end_type; // vowels: endtype; consonant: voicing switch
unsigned char std_length; // for vowels, in mS/2; for phSTRESS phonemes, this is the stress/tone type
unsigned char length_mod; // a length_mod group number, used to access length_mod_tab
} PHONEME_TAB;

Loading…
Cancel
Save