【问题标题】:Unable to use AAC/AptX codec for bluetooth audio on macOS无法在 macOS 上将 AAC/AptX 编解码器用于蓝牙音频
【发布时间】:2020-02-20 13:07:44
【问题描述】:

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

当按下“重置音频默认值”时 - 蓝牙资源管理器崩溃:

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

我使用的是 MacBook Pro(Retina,13 英寸,2014 年中),macOS Catalina 10.15.1 我觉得这是我第一次遇到在 google 上找不到任何信息的问题。

请帮忙! :p

【问题讨论】:

  • 我在尝试打开蓝牙资源管理器 -> 工具 -> 音频选项时遇到完全相同的错误。
  • 我真的不知道该去哪里:p
  • 这里也一样。有人重新安装了整个操作系统并且它有所帮助,但这对我来说是不可接受的???? discussions.apple.com/thread/250945131

标签: macos audio bluetooth aac


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 2011-01-25
    • 2021-04-20
    • 2013-11-18
    • 1970-01-01
    • 2012-01-01
    • 1970-01-01
    • 2014-11-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多