MacのBluetoothの音質を良くする方法 デフォルトでどうなってるのか知りませんが。ちなみに、音質良くなってるのかもよく分かってませんが。 1 2 3 4 5 6 7 8 # apt-Xを有効にする $ defaults write com.apple.BluetoothAudioAgent "Enable AptX codec" -bool true # 確認 $ defaults read com.apple.BluetoothAudioAgent # 設定の削除 $ defaults delete com.apple.BluetoothAudioAgent "Enable AptX codec"