ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

make A2DP (better audio) default for bluetooth headphones #426

Open ruebenramirez opened 5 years ago

ruebenramirez commented 5 years ago

How to do this:

my /etc/bluetooth/audio.conf file was empty on my machine, so I was able to just:

echo "[General]\nDisable=Headset" | sudo tee -a /etc/bluetooth/audio.conf
sudo systemctl restart bluetooth

source: https://jimshaver.net/2015/03/31/going-a2dp-only-on-linux/