Go to the source code of this file.
Macro Definition Documentation
#define INTERPOLATION_LINEAR 0 |
#define INTERPOLATION_QUADRATIC 1 |
Function Documentation
AVFILTER_DEFINE_CLASS |
( |
flanger |
| ) |
|
Variable Documentation
Initial value: {
{
"regen",
"percentage regeneration (delayed signal feedback)",
OFFSET(feedback_gain),
AV_OPT_TYPE_DOUBLE, {.dbl=0}, -95, 95,
A },
{
"width",
"percentage of delayed signal mixed with original",
OFFSET(delay_gain),
AV_OPT_TYPE_DOUBLE, {.dbl=71}, 0, 100,
A },
{
"phase",
"swept wave percentage phase-shift for multi-channel",
OFFSET(channel_phase),
AV_OPT_TYPE_DOUBLE, {.dbl=25}, 0, 100,
A },
}
Definition at line 55 of file af_flanger.c.
Initial value: {
{
.name = "default",
},
}
Definition at line 213 of file af_flanger.c.
Initial value: {
{
.name = "default",
},
}
Definition at line 223 of file af_flanger.c.
Initial value: {
.name = "flanger",
.priv_class = &flanger_class,
}
Definition at line 231 of file af_flanger.c.