linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] AEC - Disabling on Xamarin Forms Android


From: Daniel Kelly
Subject: [Linphone-developers] AEC - Disabling on Xamarin Forms Android
Date: Mon, 31 Oct 2022 02:58:01 +0000

Hi,

 

I am attempting to disable AEC (Acoustic Echo Cancellation) on my Xamarin Forms android application.

 

In my default and factory files I have :-

 

[sound]

echocancellation=0

 

and I also tried setting it in code using

 

Core.EchoCancellationEnabled = false;

 

Core.RefreshRegisters();

 

But the debugger still show that echo cancellation is enabled (true).

 

Am I missing something to disable AEC?

 

Thanks,

Daniel.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]