准备
首先需要有支持aptx的蓝牙耳机,另外手头上需要有一台12年以后的macbook电脑,macbook很早就已支持AAC和aptx,音质上 有线 ≈ aptx > aac > SCO
一支支持aptx的蓝牙耳机,我买的这个是csr8645芯片,支持aptx,aac等编码传输。
一台14/15的mbp
配对蓝牙到笔记本
这个大家都会,这里只教大家如何鉴别蓝牙连接时使用的解码器
按住alt/option键,点击右上角蓝牙图标,这时展开的就是详细列表
如果你这里刚配好对,你会发现解码器时SCO。连aac解码器都不是,音质就像在听信号不好的收音机,连iphone音质的一半都没有。
下面讲如何提升音质。
下载这个蓝牙扩展工具
百度网盘:
链接: https://pan.baidu.com/s/1cc49A94WNaWYJLL-GpCknw 密码: 72m8
国外链接:
https://www.dropbox.com/s/ks2rifn0ilue8yu/Bluetooth%20Explorer.app.zip?dl=0
apple官方下载地址:
https://developer.apple.com/download/more/
打开文件找到hardware里面的Bluetooth Explorer
mac store上有下载,不过要花钱,这个软件本身就是xcode的免费扩展插件
配置aptx
- 打开Bluetooth Explorer.app
它没有主界面
-
点击菜单tools
-
选择 audio option
-
audio options界面, 勾选 Disable Handsfree Profile
-
关闭软件,打开Spotlights 搜索,输入terminal
在terminal中执行命令行
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
和
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool false
禁止默认aac才能开启aptx,切记
- 重启
切记要重启macbook,关闭蓝牙功能在开启,或者关闭蓝牙设备再开启无法直接启用aptx解码器.
如果你的蓝牙设备不支持aptx,那么开启aac即可
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool false
和
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
查看蓝牙连接状态
祝你听的愉快
参考:
https://www.v2ex.com/amp/t/440855/1
https://darko.audio/2016/01/how-to-enable-aptx-bluetooth-audio-on-your-macbook-imac/
https://www.areilly.com/2017/07/29/enabling-aac-and-aptx-over-bluetooth-on-macos/
https://www.macrumors.com/how-to/enable-aptx-aac-bluetooth-audio-codecs-macos/
!!!如果用的过程中又变回SCO,打开系统面板>声音>输出>切换输出设备一下就好了。