#include <BiquadDSPKernel.h>
◆ BiquadDSPKernel()
◆ biquadProcessor()
◆ getFrequencyResponse()
void WebCore::BiquadDSPKernel::getFrequencyResponse |
( |
int |
nFrequencies, |
|
|
const float * |
frequencyHz, |
|
|
float * |
magResponse, |
|
|
float * |
phaseResponse |
|
) |
| |
◆ latencyTime()
double WebCore::BiquadDSPKernel::latencyTime |
( |
| ) |
const |
|
overridevirtual |
◆ process()
void WebCore::BiquadDSPKernel::process |
( |
const float * |
source, |
|
|
float * |
dest, |
|
|
size_t |
framesToProcess |
|
) |
| |
|
overridevirtual |
◆ reset()
void WebCore::BiquadDSPKernel::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ tailTime()
double WebCore::BiquadDSPKernel::tailTime |
( |
| ) |
const |
|
overridevirtual |
◆ updateCoefficientsIfNecessary()
void WebCore::BiquadDSPKernel::updateCoefficientsIfNecessary |
( |
bool |
useSmoothing, |
|
|
bool |
forceUpdate |
|
) |
| |
|
protected |
◆ m_biquad
Biquad WebCore::BiquadDSPKernel::m_biquad |
|
protected |
The documentation for this class was generated from the following file: