#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <libavutil/channel_layout.h>
#include <libavutil/md5.h>
#include <libavutil/mem.h>
#include <libavutil/opt.h>
#include <libavutil/samplefmt.h>
#include <libavfilter/avfilter.h>
#include <libavfilter/buffersink.h>
#include <libavfilter/buffersrc.h>
Go to the source code of this file.
◆ INPUT_SAMPLERATE
| #define INPUT_SAMPLERATE 48000 |
◆ INPUT_FORMAT
◆ INPUT_CHANNEL_LAYOUT
◆ VOLUME_VAL
◆ FRAME_SIZE
Referenced by activate(), compute_frame_features(), filter_frame(), frame_analysis(), frame_synthesis(), get_input(), init(), main(), ra144_decode_frame(), ra144_encode_frame(), rnnoise_channel(), siren_decode(), siren_flush(), and siren_init().
◆ init_filter_graph()
◆ process_output()
| static int process_output |
( |
struct AVMD5 * | md5, |
|
|
AVFrame * | frame ) |
|
static |
◆ get_input()
| static int get_input |
( |
AVFrame * | frame, |
|
|
int | frame_num ) |
|
static |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |