FFmpeg
|
Stereo Widening Effect. More...
Go to the source code of this file.
Data Structures | |
struct | EarwaxContext |
Macros | |
#define | NUMTAPS 64 |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int16_t * | scalarproduct (const int16_t *in, const int16_t *endin, int16_t *out) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *insamples) |
Variables | |
static const int8_t | filt [NUMTAPS] |
static const AVFilterPad | earwax_inputs [] |
static const AVFilterPad | earwax_outputs [] |
AVFilter | ff_af_earwax |
Stereo Widening Effect.
Adds audio cues to move stereo image in front of the listener. Adapted from the libsox earwax effect.
Definition in file af_earwax.c.
#define NUMTAPS 64 |
Definition at line 37 of file af_earwax.c.
Referenced by filter_frame(), and scalarproduct().
|
static |
Definition at line 78 of file af_earwax.c.
|
inlinestatic |
Definition at line 95 of file af_earwax.c.
Referenced by filter_frame().
|
static |
Definition at line 112 of file af_earwax.c.
|
static |
Definition at line 39 of file af_earwax.c.
Referenced by apply_tns(), avfilter_insert_filter(), create_filter(), decode_tns(), filter_brng(), filter_tout(), filter_vrep(), graph_check_validity(), graph_config_links(), and scalarproduct().
|
static |
Definition at line 148 of file af_earwax.c.
|
static |
Definition at line 157 of file af_earwax.c.
AVFilter ff_af_earwax |
Definition at line 165 of file af_earwax.c.