ninehills / blog

https://ninehills.tech
747 stars 65 forks source link

Mac 蓝牙耳机音质差的解决方法 #71

Closed ninehills closed 1 year ago

ninehills commented 5 years ago

Mac 默认蓝牙的编解码器是SCO,按住 Options 键后,点击任务栏上的蓝牙图标看耳机的编解码器即可:(下图已经调整为AAC了) image

开放APTX和AAC的方法是通过命令行:

sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true