You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some very particular circumstances, that require Bluetooth SCO mode turned on for mic capture.
Long story short, you need to specify "AudioAttributes" for audio playback, otherwise there's no sound.
This is an issue for Xamarin Essentials TTS as well (which I haven't reported yet).
I'm not even sure how you'd go about handling that. I'm not sure if there's a way for me to configure it globally.
This didn't used to be needed prior to Android 12.
However there were reports of audio just stop working after awhile. I think they just made it fail faster.
The text was updated successfully, but these errors were encountered:
I have some very particular circumstances, that require Bluetooth SCO mode turned on for mic capture.
Long story short, you need to specify "AudioAttributes" for audio playback, otherwise there's no sound.
This is an issue for Xamarin Essentials TTS as well (which I haven't reported yet).
I'm not even sure how you'd go about handling that. I'm not sure if there's a way for me to configure it globally.
This didn't used to be needed prior to Android 12.
However there were reports of audio just stop working after awhile. I think they just made it fail faster.
The text was updated successfully, but these errors were encountered: