Saya menggunakan Perangkat Audio Bluetooth 3.0 / aptX. Memasangkan perangkat menyebabkan audio berombak, karena pengaturan bitpool default yang buruk di OSX.
Masalah ini telah banyak didokumentasikan, misalnya di sini di stackexchange .
Dulu ada perbaikan pada Yosemite dengan menetapkan default baru:
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 "Negotiated Bitpool" 58
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 58
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 48
Ini tidak bekerja pada Mavericks:
# defaults read com.apple.BluetoothAudioAgent
2015-01-29 17:28:12.522 defaults[80133:934404]
Domain /Users/jottr/Library/Preferences/com.apple.BluetoothAudioAgent does not exist
Menulis pengaturan baru untuk com.apple.BluetoothAudioAgent
tidak mempengaruhi pengaturan bitpool yang sebenarnya di Mavericks.
Saya dapat mengatur pengaturan Bluetooth bitpool di Aplikasi Bluetooth Explorer (yang merupakan bagian dari Xcode):
Pengaturan ini tidak bertahan di seluruh reboot.
Bagaimana saya bisa mempertahankan pengaturan Bitpool Audio Bluetooth yang diinginkan di seluruh reboot pada Mavericks?