Bluetooth... Again


Todespreis

Member
Joined
Jun 16, 2021
Messages
83
Hey there! I know, i know - i need to search it on my own. But! I actualy got my phones connected to pandora, but the sound comes still out of pandora itself, not out of the phones. What can i do?
 
Because it's an external link I'll summarize the solution here in case someone finds this post years later:

Pre-condition:
Super Zaxxon 1.74, one user stated it worked on 1.73 also.

Run command in terminal:
sudo mousepad /etc/asound.conf

Add:
pcm.btheadset {
type plug
slave {
pcm {
type bluetooth
profile "auto"
}
}
hint {
show on
description "BT Headset"
}
}
ctl.btheadset {
type bluetooth
}

Other notes:
Have ALSA as default audio and select the Bluetooth device as output
 
also there is the Pandora Audio Switcher, tool to easily switch from one output to another
 
Back
Top