Browse Source

Fix pronouncing words like 'newsletter'. Reverts 60a584c032.

master
Reece H. Dunn 7 years ago
parent
commit
5e2c963006
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/libespeak-ng/compiledata.c

+ 4
- 1
src/libespeak-ng/compiledata.c View File

static int n_phcodes_list[N_PHONEME_TABS]; static int n_phcodes_list[N_PHONEME_TABS];
static PHONEME_TAB_LIST phoneme_tab_list2[N_PHONEME_TABS]; static PHONEME_TAB_LIST phoneme_tab_list2[N_PHONEME_TABS];
static PHONEME_TAB *phoneme_tab2; static PHONEME_TAB *phoneme_tab2;
static int phoneme_flags;


#define N_PROCS 50 #define N_PROCS 50
int n_procs; int n_procs;
phoneme_out->end_type = ph->end_type; phoneme_out->end_type = ph->end_type;
phoneme_out->std_length = ph->std_length; phoneme_out->std_length = ph->std_length;
phoneme_out->length_mod = ph->length_mod; phoneme_out->length_mod = ph->length_mod;

phoneme_flags = ph->phflags & ~phARTICULATION;
} }
} }


if_level = 0; if_level = 0;
if_stack[0].returned = 0; if_stack[0].returned = 0;
after_if = 0; after_if = 0;
int phoneme_flags = 0;
phoneme_flags = 0;


NextItem(tSTRING); NextItem(tSTRING);
if (compile_phoneme) { if (compile_phoneme) {

Loading…
Cancel
Save