mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
echo-cancel: Fix memory leak / deinitialization of Adrian AEC
was simply absent Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
c43e885537
commit
bf29c8dcf7
4 changed files with 18 additions and 3 deletions
|
|
@ -351,7 +351,8 @@ static void AEC_leaky(AEC *a);
|
|||
*/
|
||||
static REAL AEC_nlms_pw(AEC *a, REAL d, REAL x_, float stepsize);
|
||||
|
||||
AEC* AEC_init(int RATE, int have_vector);
|
||||
AEC* AEC_init(int RATE, int have_vector);
|
||||
void AEC_done(AEC *a);
|
||||
|
||||
/* Acoustic Echo Cancellation and Suppression of one sample
|
||||
* in d: microphone signal with echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue