我刚刚安装了ubuntu20.04,并使用蓝牙耳机。起初声音很好,但每当我将麦克风(输入)设备改为耳机时,输出配置就会更改为Headset Head Unit(HSP/HFB)。它实际上没有显示变化,但声音的质量显然是显而易见的。当我试图将输出配置更改为High Fidelity Playback (A2DP Sink)时,输入设备会自动更改为Headset Microphone - Built-in Audio。
那么,有什么方法既可以将输出配置提供给High Fidelity Playback (A2DP Sink),也可以将设备输入到Headset?
任何帮助都将不胜感激!
发布于 2021-02-08 09:44:44
我认为这可能是与这一个相同的问题。
概括地说:
基本上,您需要在文件/etc/pulse/default.pa:中更改这一行
### Automatically load driver modules for Bluetooth hardware
ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif至
### Automatically load driver modules for Bluetooth hardware
ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy auto_switch=false
.endifhttps://askubuntu.com/questions/1237616
复制相似问题