| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| char * | voice_str | 
| char * | textfile | 
| char * | text | 
| cst_wave * | wave | 
| int16_t * | wave_samples | 
| int | wave_nb_samples | 
| int | list_voices | 
| cst_voice * | voice | 
| struct voice_entry * | voice_entry | 
| int64_t | pts | 
| int | frame_nb_samples | 
| number of samples per frame  More... | |
Definition at line 36 of file asrc_flite.c.
| const AVClass* FliteContext::class | 
Definition at line 37 of file asrc_flite.c.
| char* FliteContext::voice_str | 
Definition at line 38 of file asrc_flite.c.
Referenced by config_props(), and init().
| char* FliteContext::textfile | 
Definition at line 39 of file asrc_flite.c.
Referenced by init().
| char* FliteContext::text | 
Definition at line 40 of file asrc_flite.c.
Referenced by init().
| cst_wave* FliteContext::wave | 
Definition at line 41 of file asrc_flite.c.
Referenced by config_props(), init(), query_formats(), request_frame(), and uninit().
| int16_t* FliteContext::wave_samples | 
Definition at line 42 of file asrc_flite.c.
Referenced by init(), and request_frame().
| int FliteContext::wave_nb_samples | 
Definition at line 43 of file asrc_flite.c.
Referenced by init(), and request_frame().
| int FliteContext::list_voices | 
Definition at line 44 of file asrc_flite.c.
Referenced by init().
| cst_voice* FliteContext::voice | 
Definition at line 45 of file asrc_flite.c.
| struct voice_entry* FliteContext::voice_entry | 
Definition at line 46 of file asrc_flite.c.
| int64_t FliteContext::pts | 
Definition at line 47 of file asrc_flite.c.
Referenced by request_frame().
| int FliteContext::frame_nb_samples | 
number of samples per frame
Definition at line 48 of file asrc_flite.c.
Referenced by request_frame().
 1.8.17
 1.8.17