Difference between revisions of "Bluetooth audio"
(Created page with "To get bluetooth audio to work add this <nowiki> pcm.btheadset { type plug slave { pcm { type bluetooth profile "auto" }...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
After that there's an extra output method in the ALSA settings of audacious or deadbeef. | After that there's an extra output method in the ALSA settings of audacious or deadbeef. | ||
+ | |||
+ | For mplayer | ||
+ | <nowiki> | ||
+ | mplayer -ao alsa:device=btheadset file | ||
+ | </nowiki> | ||
+ | |||
+ | or edit ~/.mplayer/config to add | ||
+ | <nowiki> | ||
+ | ao="alsa:device=btheadset" | ||
+ | </nowiki> | ||
+ | |||
First Pair and connect, then select the bluetooth audio output. | First Pair and connect, then select the bluetooth audio output. | ||
Latest revision as of 23:59, 18 March 2016
To get bluetooth audio to work add this
pcm.btheadset { type plug slave { pcm { type bluetooth profile "auto" } } hint { show on description "BT Headset" } } ctl.btheadset { type bluetooth }
to the file /etc/asound.conf
After that there's an extra output method in the ALSA settings of audacious or deadbeef.
For mplayer
mplayer -ao alsa:device=btheadset file
or edit ~/.mplayer/config to add
ao="alsa:device=btheadset"
First Pair and connect, then select the bluetooth audio output.
It might also be handy to browse through /etc/bluetooth/audio.conf as stuff like auto reconnect etc can be set in there.
Please mind though, that the Volume wheel on the Pandora is for Analog audio only and doesn't work for Bluetooth audio. The Pandora will send the audio at max line level by default which can make you quite deaf when the audio blasts out at full volume unexpectedly. When using bluetooth audio for the first time, or with speakers without volume control, it's advised to set the software volume control of your audio player at 10% or so in the beginning.