int pre_pause; | int pre_pause; | ||||
ALPHABET *current_alphabet; | ALPHABET *current_alphabet; | ||||
// these were previously in translator class | |||||
char word_phonemes[N_WORD_PHONEMES]; // a word translated into phoneme codes | char word_phonemes[N_WORD_PHONEMES]; // a word translated into phoneme codes | ||||
int n_ph_list2; | int n_ph_list2; | ||||
PHONEME_LIST2 ph_list2[N_PHONEME_LIST]; // first stage of text->phonemes | PHONEME_LIST2 ph_list2[N_PHONEME_LIST]; // first stage of text->phonemes |