Routing audio to Bluetooth Headset (non-A2DP) on Android

后端 未结 5 889
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 21:51

I have a non-A2DP single ear BT headset (Plantronics 510) and would like to use it with my Android HTC Magic to listen to low quality audio like podcasts/audio books.

Af

5条回答
  •  轮回少年
    2021-01-29 22:17

    Great Work it is working fine for me please do bit modification in your code it'll work perfectly i.e.

    mPlayer.setAudioStreamType(AudioManager.STREAM_VOICE_CALL); 
    
    to 
    
    mPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
    

提交回复
热议问题