自从我买了 Airpods 后,我就可以轻松地将其与 Ubuntu 19.10 配对。但是,与我的 iPhone 或 Android 平板电脑上的 Airpods 最大音量相比,Ubuntu 上的最大音量相当安静。
有没有办法可以提高最大音量而不使音频失真?
答案1
编辑
sudo nano /lib/systemd/system/bluetooth.service
并改变
ExecStart=/usr/lib/bluetooth/bluetoothd
到
ExecStart=/usr/lib/bluetooth/bluetoothd
–noplugin = avrcp
然后运行
sudo systemctl daemon-reload
sudo systemctl restart bluetooth