-
安装必要的软件包
pacman -S bluez bluez-utils pavucontrol pipewire-pulse
bluez软件包提供蓝牙协议栈
bluez-utils软件包提供bluetoothctl工具
pulse作为原来pulseaudio的替代,pavucontrol提供图形化控制界面
-
查看蓝牙服务是否启动
systemctl enable bluetooth systemctl start bluetooth
通过蓝牙连接耳机后就可正常使用,通过调整编码调整为最适合耳机的音质。
相关文章
- 09-24python – 在lambdify’d sympy表达式上使用numba.autojit
- 09-24如何使用aSmack在Android设备上获取Openfire聊天记录?
- 09-24在github上创建新分支-git使用技巧(一)
- 09-24教程|Anaconda在Windows上安装及使用
- 09-24在Android上使用PowerMockito模拟静态方法
- 09-24在SharePoint2010上使用QuickFlow和QuickFlowDesigner
- 09-24在嵌入式上使用ldd命令查看链接的库文件
- 09-24如何为使用fastcgi和perlbrew在Nginx上运行的Perl催化剂应用程序创建初始化脚本
- 09-24在Android上使用自定义键盘在IInputContextCallback上等待超时
- 09-24helm-chart-1-简单概念介绍-仓库搭建-在rancher上的使用