无法在macOS上对蓝牙音频使用AAC/AptX编解码器

无法在macOS上对蓝牙音频使用AAC/AptX编解码器,macos,audio,bluetooth,aac,Macos,Audio,Bluetooth,Aac,访问Bluetooth Explorer并将“启用AAC”和“强制使用AptX”设置为true时,所有蓝牙音频设备仍使用SBC编解码器 按“重置音频默认值”时,bluetooth explorer会因以下原因崩溃: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performe

访问Bluetooth Explorer并将“启用AAC”和“强制使用AptX”设置为true时,所有蓝牙音频设备仍使用SBC编解码器

按“重置音频默认值”时,bluetooth explorer会因以下原因崩溃:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.'
尝试使用这些终端命令,但仍然没有成功

sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
我在MacBookPro上(视网膜,13英寸,2014年年中),macOS Catalina 10.15.1 我觉得这是我第一次遇到在谷歌上找不到任何信息的问题


请帮忙p

我对bluetooth exlplore也有同样的问题,所以我尝试禁用aptx,并通过终端启用AAC,它可以正常工作。现在我的活动代码是AAC

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

我在尝试打开Bluetooth Explorer->Tools->Audio Options时出现了完全相同的错误。我真的不知道如何使用这个:pSame here。有人重新安装了整个操作系统,这很有帮助,但这对我来说是不可接受的