| // select the phoneme table by name | // select the phoneme table by name | ||||
| // if(SetVoiceByName(phoneme_tab_list[table].name) != 0) continue; | // if(SetVoiceByName(phoneme_tab_list[table].name) != 0) continue; | ||||
| if(SelectPhonemeTableName(phoneme_tab_list[table].name) < 0) continue; | |||||
| if(SelectPhonemeTableName(phoneme_tab_list[table].name) < 0) | |||||
| { | |||||
| fclose(f); | |||||
| continue; | |||||
| } | |||||
| voice_found = 0; | voice_found = 0; | ||||
| if((LoadVoice(phoneme_tab_list[table].name, 0) != NULL) && (translator->data_dictrules != NULL)) | if((LoadVoice(phoneme_tab_list[table].name, 0) != NULL) && (translator->data_dictrules != NULL)) |