首页 > 系统服务 > 详细

iPhone通过蓝牙作为音频源连接到Linux时,不能通过iPhone调节pulseaudio合成音量问题的解决

时间:2019-06-18 23:23:26      阅读:565      评论:0      收藏:0      [点我收藏+]
sudo vim /lib/systemd/system/bluetooth.service

append --plugin=a2dp to the following line

ExecStart=/usr/lib/bluetooth/bluetoothd

as follows

ExecStart=/usr/lib/bluetooth/bluetoothd --plugin=a2dp --compat

also per Baby Bluetooth Steps - Debian / Raspbian Stretch add --noplugin=sap

ExecStart=/usr/lib/bluetooth/bluetoothd --plugin=a2dp --compat --noplugin=sap

Then run the following two commands

sudo systemctl daemon-reload
sudo systemctl restart bluetooth

https://askubuntu.com/questions/997553/ubuntu-18-04-17-10-pulseaudio-bluetooth-ios-volume-control

iPhone通过蓝牙作为音频源连接到Linux时,不能通过iPhone调节pulseaudio合成音量问题的解决

原文:https://www.cnblogs.com/dylanchu/p/11048353.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!