voice_entry Struct Reference
Collaboration diagram for voice_entry:
Collaboration graph

Data Fields

const char * name
 
cst_voice *(* register_fn )(const char *)
 
void(* unregister_fn )(cst_voice *)
 
cst_voice * voice
 
unsigned usage_count
 

Detailed Description

Definition at line 78 of file asrc_flite.c.

Field Documentation

cst_voice*(* voice_entry::register_fn) (const char *)

Definition at line 80 of file asrc_flite.c.

Referenced by select_voice().

void(* voice_entry::unregister_fn) (cst_voice *)

Definition at line 81 of file asrc_flite.c.

Referenced by uninit().

unsigned voice_entry::usage_count

Definition at line 83 of file asrc_flite.c.

Referenced by select_voice(), and uninit().

cst_voice* voice_entry::voice

Definition at line 82 of file asrc_flite.c.

Referenced by init(), and select_voice().


The documentation for this struct was generated from the following file: