Home
last modified time | relevance | path

Searched defs:AEC (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.h295 typedef struct AEC AEC; typedef
297 struct AEC { struct
299 IIR_HP *acMic, *acSpk; // DC-level remove Highpass)
300 FIR_HP_300Hz *cutoff; // 150Hz cut-off Highpass
301 REAL gain; // Mic signal amplify
302 IIR1 *Fx, *Fe; // pre-whitening Highpass for x, e
305 REAL dfast, xfast;
306 REAL dslow, xslow;
309 REAL x[NLMS_LEN + NLMS_EXT]; // tap delayed loudspeaker signal
310 REAL xf[NLMS_LEN + NLMS_EXT]; // pre-whitening tap delayed signal
[all …]
Dadrian.h26 typedef struct AEC AEC; typedef