これはBluetoothAudioAgent
、ストリーミングを担当するデーモンに供給される電力/帯域幅の問題です。どうやらほとんどの人は次のコマンドを入力することで成功しましたterminal.app
:
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
ソース:http : //lifehacker.com/fix-your-bluetooth-audio-in-yosemite-with-this-terminal-1670380974
ソース記事には、これが適用される特定のOSとしてYosemiteがリストされていますが、この修正はMavericksおよび(おそらく)Snow Leopard(未テスト)にも機能することを知っています。
私は現時点でこの正確な問題を抱えており、目立たない結果でそのコマンドを入力しました。マシンをリブートして、新しい設定が考慮されるかどうかを確認します。しかし、このコマンドは、大多数の人々がこの問題を解決した方法のようです。
編集:再起動するだけで、音質が大幅に向上します。目立つ刻み目はまったくありません(木のノック)。上記のコマンドで問題が解決したようです。
編集2(2015-8-24):上記のコマンドは多くの場合に役立ち、品質の顕著な改善をもたらします。ただし、残念ながら、Yosemiteはbluetoothオーディオに関して非常に不機嫌です。この問題は、他のBluetoothデバイスの近くにあるとさらに悪化します。上記の以前の回答を拡張するには、次の追加コマンドを入力して、他のBluetoothオーディオパラメーターを増やすことを強くお勧めします。
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 48
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 40
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 40
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 58
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 58
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 48
編集3(2015-9-08):わかった。申し訳ありませんが、この答えを更新し続けていますが、この問題に関する詳細情報を探し続けています(Yosemiteでbluetoothオーディオを改善することは、明らかに長期的な努力であるため)。マスタードにまっすぐにカットし、設定80
の最大許容値と思われるすべてを設定するソースをいくつか見つけましたBitpool
。上記の設定で十分に機能しない場合は、「All In™」アプローチを試してください。
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
現在のデフォルトを確認するには:
defaults read com.apple.BluetoothAudioAgent
編集4(2016-07-14):もう1つ(できれば最後)の編集。これらの設定を変更した後は、必ずbluetoothaudiod
(またはcoreaudiod
)サービスを再起動してください。
sudo killall bluetoothaudiod
または、エルキャピタンにいる場合:
sudo killall coreaudiod
これに対するクレジットは、それを提案した以下の複数の賢明なオタクに行きます。(ありがとうございました!)