twilio / audioswitch

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

Samsung Galaxy USB headset issue #145

Closed ocarevs closed 1 year ago

ocarevs commented 1 year ago

Description

Some Samsung Galaxy devices (s9, s21) fail to route audio through USB headset when in AudioManager.MODE_IN_COMMUNICATION. Add check to switch AudioManager mode to AudioManager.MODE_NORMAL for certain Samsung devices using USB headset.

Breakdown

Validation

Additional Notes

https://github.com/twilio/audioswitch/issues/92

Submission Checklist

afalls-twilio commented 1 year ago

LGTM