twilio / audioswitch

An Android audio management library for real-time communication apps.
Apache License 2.0
163 stars 50 forks source link

Microphone gain drops very low when using AudioSwitch #95

Closed elaith9 closed 9 months ago

elaith9 commented 3 years ago

Active usage of this library causes microphone gain to go very low and become unusable. Tested on Huaweii and some other chinese brands. It occurs also on BT headphones and speakerphone.

PS: commenting out audio focus part solves the problem

afalls-twilio commented 1 year ago

@elaith9 Thank you for reporting this issue. Unfortunately, commenting out audio focus is not a solution we recommend because it prevents audioswitch from knowing when it gains/looses audio focus (such as another app wants/needs audio focus).

That being said, could you provide us more information such that we can attempt to reproduce the issue? What Huaweii device did you try it on?

Thanks

afalls-twilio commented 9 months ago

closing due to inactivity