Searched defs:spk_synth (Results 1 – 1 of 1) sorted by relevance
150 struct spk_synth { struct168 int (*probe)(struct spk_synth *synth); argument170 const char *(*synth_immediate)(struct spk_synth *synth, const char *buff); argument171 void (*catch_up)(struct spk_synth *synth); argument172 void (*flush)(struct spk_synth *synth); argument173 int (*is_alive)(struct spk_synth *synth); argument174 int (*synth_adjust)(struct st_var_header *var);175 void (*read_buff_add)(u_char);176 unsigned char (*get_index)(void);177 struct synth_indexing indexing;[all …]