|
| AecState () |
|
| ~AecState () |
|
bool | UsableLinearEstimate () const |
|
bool | EchoLeakageDetected () const |
|
bool | ModelBasedAecFeasible () const |
|
bool | ActiveRender () const |
|
size_t | ActiveRenderBlocks () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | Erle () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | Erl () const |
|
rtc::Optional< size_t > | FilterDelay () const |
|
rtc::Optional< size_t > | ExternalDelay () const |
|
const std::array< bool, kFftLengthBy2Plus1 > & | BandsWithReliableFilter () const |
|
bool | PoorlyAlignedFilter () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | FilterEstimateStrength () const |
|
bool | SaturatedCapture () const |
|
void | UpdateCaptureSaturation (bool capture_signal_saturation) |
|
bool | HeadsetDetected () const |
|
void | Update (const std::vector< std::array< float, kFftLengthBy2Plus1 >> &filter_frequency_response, const rtc::Optional< size_t > &external_delay_samples, const FftBuffer &X_buffer, const std::array< float, kFftLengthBy2Plus1 > &E2_main, const std::array< float, kFftLengthBy2Plus1 > &E2_shadow, const std::array< float, kFftLengthBy2Plus1 > &Y2, rtc::ArrayView< const float > x, const EchoPathVariability &echo_path_variability, bool echo_leakage_detected) |
|
| AecState () |
|
| ~AecState () |
|
bool | UsableLinearEstimate () const |
|
bool | EchoLeakageDetected () const |
|
bool | ModelBasedAecFeasible () const |
|
bool | ActiveRender () const |
|
size_t | ActiveRenderBlocks () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | Erle () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | Erl () const |
|
rtc::Optional< size_t > | FilterDelay () const |
|
rtc::Optional< size_t > | ExternalDelay () const |
|
const std::array< bool, kFftLengthBy2Plus1 > & | BandsWithReliableFilter () const |
|
bool | PoorlyAlignedFilter () const |
|
const std::array< float, kFftLengthBy2Plus1 > & | FilterEstimateStrength () const |
|
bool | SaturatedCapture () const |
|
void | UpdateCaptureSaturation (bool capture_signal_saturation) |
|
bool | HeadsetDetected () const |
|
void | Update (const std::vector< std::array< float, kFftLengthBy2Plus1 >> &filter_frequency_response, const rtc::Optional< size_t > &external_delay_samples, const FftBuffer &X_buffer, const std::array< float, kFftLengthBy2Plus1 > &E2_main, const std::array< float, kFftLengthBy2Plus1 > &E2_shadow, const std::array< float, kFftLengthBy2Plus1 > &Y2, rtc::ArrayView< const float > x, const EchoPathVariability &echo_path_variability, bool echo_leakage_detected) |
|