sample-bluetooth-audio icon indicating copy to clipboard operation
sample-bluetooth-audio copied to clipboard

audio not works with rpi3

Open matzrm opened this issue 7 years ago • 3 comments

Hi,

audio playback seem not works on rpi3 developer 0.7.

matzrm avatar Apr 10 '18 09:04 matzrm

Finally, I find what up.

On Raspi 3.

It seem like only support BluetoothProfile.A2DP , not A2DP_SINK_PROFILE. So disable fun private void setupBTProfiles() on A2dpSinkActivity //setupBTProfiles();

Music come out !!!

zhm-nico-nico-ni avatar May 24 '18 03:05 zhm-nico-nico-ni

Finally, I find what up.

On Raspi 3.

It seem like only support BluetoothProfile.A2DP , not A2DP_SINK_PROFILE. So disable fun private void setupBTProfiles() on A2dpSinkActivity //setupBTProfiles();

Music come out !!!

I tested on rasp3 but still not work no audio come out

xfdr0805 avatar Sep 26 '18 12:09 xfdr0805

Hi,

audio playback seem not works on rpi3 developer 0.7.

hello

i have same problem

audio playback not works on rpi3

bahramGhasemi avatar May 07 '19 14:05 bahramGhasemi