Some Android phones have an acoustic echo cancellation component. Is there a way to detect the presence of this component from within an Android app? An API call or a system property or just anything?
Some Android phones have an acoustic echo cancellation component. Is there a way to
Share
Use
AcousticEchoCanceller.isAvailable().See the reference for more info.