Home
last modified time | relevance | path

Searched refs:N_PHONEME_TAB (Results 1 – 8 of 8) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h101 #define N_PHONEME_TAB 256 // max phonemes in a phoneme table macro
125 extern PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
126 extern unsigned char phoneme_tab_flags[N_PHONEME_TAB]; // bit 0: not inherited
H A Dsynthdata.cpp48 PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
49 unsigned char phoneme_tab_flags[N_PHONEME_TAB]; // bit 0: not inherited
H A Dsynthesize.h441 extern PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h225 #define N_PHONEME_TAB 256 // max phonemes in a phoneme table macro
250 extern PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
251 extern unsigned char phoneme_tab_flags[N_PHONEME_TAB]; // bit 0: not inherited
H A Dcompilembrola.cpp82 MBROLA_TAB data[N_PHONEME_TAB]; in espeak_ng_CompileMbrolaVoice()
H A Dsynthdata.cpp44 PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
45 unsigned char phoneme_tab_flags[N_PHONEME_TAB]; // bit 0: not inherited
H A Dsynthesize.h421 extern PHONEME_TAB *phoneme_tab[N_PHONEME_TAB];
H A Dcompiledata.cpp698 if (n_phcodes >= N_PHONEME_TAB-1)
2394 p = (PHONEME_TAB *)calloc(sizeof(PHONEME_TAB), N_PHONEME_TAB);
2415 memcpy(phoneme_tab2, phoneme_tab_list2[ix].phoneme_tab_ptr, sizeof(PHONEME_TAB)*N_PHONEME_TAB);