Go to the source code of this file.
Enumerations |
enum | FilterType {
biquad,
equalizer,
bass,
treble,
band,
bandpass,
bandreject,
allpass,
highpass,
lowpass
} |
enum | WidthType {
NONE,
HERTZ,
OCTAVE,
QFACTOR,
SLOPE
} |
Macro Definition Documentation
#define BIQUAD_FILTER |
( |
|
name, |
|
|
|
type, |
|
|
|
min, |
|
|
|
max, |
|
|
|
need_clipping |
|
) |
| |
#define DEFINE_BIQUAD_FILTER |
( |
|
name_, |
|
|
|
description_ |
|
) |
| |
Value:
s->class = &name_##_class; \
s->filter_type = name_; \
} \
.priv_class = &name_##_class, \
}
Definition at line 447 of file af_biquads.c.
Enumeration Type Documentation
- Enumerator:
biquad |
|
equalizer |
|
bass |
|
treble |
|
band |
|
bandpass |
|
bandreject |
|
allpass |
|
highpass |
|
lowpass |
|
Definition at line 71 of file af_biquads.c.
- Enumerator:
NONE |
|
HERTZ |
|
OCTAVE |
|
QFACTOR |
|
SLOPE |
|
Definition at line 84 of file af_biquads.c.
Function Documentation
Variable Documentation
Initial value: {
{
.name = "default",
},
}
Definition at line 426 of file af_biquads.c.
Initial value: {
{
.name = "default",
},
}
Definition at line 435 of file af_biquads.c.