美文网首页
解决MacBookPro用AirPods听歌时声音时断时续问题

解决MacBookPro用AirPods听歌时声音时断时续问题

作者: 宁静消失何如 | 来源:发表于2019-06-06 15:35 被阅读0次
    令人费解

    最近换了18款的mbp后发现AirPods不好用了,声音总是一卡一卡的,以为是蓝牙信号被干扰的原因,排查了一遍发现不是,上网求解决找到一招

    在mac命令行工具里执行以下命令:

    defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80 
    defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 80 
    defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80 
    defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 80 
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 80 
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 80 
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 80
    

    最后再执行关闭蓝牙音频相关命令

    sudo killall bluetoothaudiod
    sudo killall coreaudiod
    

    重连以下耳机即可!
    来源:https://apple.stackexchange.com/questions/167245/yosemite-bluetooth-audio-is-choppy-skips

    相关文章

      网友评论

          本文标题:解决MacBookPro用AirPods听歌时声音时断时续问题

          本文链接:https://www.haomeiwen.com/subject/spkuxctx.html