AgoraIO-Extensions / Agora-Flutter-SDK

Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
https://pub.dev/packages/agora_rtc_engine
MIT License
724 stars 380 forks source link

Bluetooth Headphone decrease audio quality #368

Closed nizwar closed 3 years ago

nizwar commented 3 years ago

This happened on IOS and Android, with wire headphone it will working fine, but when i use Bluetooth headphone, the quality of audio is decrease and it sounds like Phone Call quality.

This is my audio profile, rtc.setAudioProfile(AudioProfile.MusicHighQualityStereo, AudioScenario.ShowRoom);

is there any way to get through this?

nizwar commented 3 years ago

Its working now, all i need is change audio profile to this rtc.setChannelProfile(ChannelProfile.Communication); rtc.setAudioProfile(AudioProfile.MusicHighQualityStereo, AudioScenario.GameStreaming);

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.