| unsigned char code; // the phoneme number | unsigned char code; // the phoneme number | ||||
| unsigned char type; // phVOWEL, phPAUSE, phSTOP etc | unsigned char type; // phVOWEL, phPAUSE, phSTOP etc | ||||
| unsigned char start_type; | 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 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 | unsigned char length_mod; // a length_mod group number, used to access length_mod_tab | ||||
| } PHONEME_TAB; | } PHONEME_TAB; |