#include <pocketsphinx/pocketsphinx.h>
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
asr |
| ) |
|
◆ filter_frame()
◆ config_input()
◆ asr_init()
◆ query_formats()
◆ asr_uninit()
◆ asr_options
Initial value:
Definition at line 49 of file af_asr.c.
◆ asr_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 152 of file af_asr.c.
◆ asr_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 161 of file af_asr.c.
◆ ff_af_asr
Initial value:= {
.name = "asr",
.priv_class = &asr_class,
}
Definition at line 168 of file af_asr.c.