Views:
3,018β
Votes: 0β
β
Solution
Tags:
sound
bluetooth
pulseaudio
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1178810
Title:
Pause music when bluetooth connection drops
ID:
/2019/10/05/Pause-music-when-bluetooth-connection-drops
Created:
October 5, 2019
Edited: June 12, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
My first instinct would be to pause the music on the earbuds as the range distorts the sound. But as you say this doesnβt work. The second option would be to tell Pulse Audio not to switch sound to the speakers when earbuds are out of range.
Try this:
Disable automatic device switching
- edit the file
/etc/pulse/default.pa
- find the line
load-module module-switch-on-port-available
- insert a
#
at the beginning of the line to disable automatic port switching - save file and exit editor
- type
pulseaudio -k
to reload configuration