FFmpeg
4.3.7
|
Data Fields | |
const AVClass * | class |
int | rate |
char * | hmm |
char * | dict |
char * | lm |
char * | lmctl |
char * | lmname |
char * | logfn |
ps_decoder_t * | ps |
cmd_ln_t * | config |
int | utt_started |
int ASRContext::rate |
Definition at line 34 of file af_asr.c.
Referenced by asr_init(), and query_formats().
char* ASRContext::hmm |
Definition at line 35 of file af_asr.c.
Referenced by asr_init().
char* ASRContext::dict |
Definition at line 36 of file af_asr.c.
Referenced by asr_init().
char* ASRContext::lm |
Definition at line 37 of file af_asr.c.
Referenced by asr_init().
char* ASRContext::lmctl |
Definition at line 38 of file af_asr.c.
Referenced by asr_init().
char* ASRContext::lmname |
Definition at line 39 of file af_asr.c.
Referenced by asr_init().
char* ASRContext::logfn |
Definition at line 40 of file af_asr.c.
Referenced by asr_init().
ps_decoder_t* ASRContext::ps |
Definition at line 42 of file af_asr.c.
Referenced by asr_init(), asr_uninit(), config_input(), and filter_frame().
cmd_ln_t* ASRContext::config |
Definition at line 43 of file af_asr.c.
Referenced by asr_init(), and asr_uninit().
int ASRContext::utt_started |
Definition at line 45 of file af_asr.c.
Referenced by filter_frame().