Created
September 20, 2016 22:42
-
-
Save slant/469484173e21e2cdfc512e63d5044dfd to your computer and use it in GitHub Desktop.
Improving bluetooth audio quality on OS X (both incoming and outgoing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80; | |
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 43; | |
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80; | |
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 43; | |
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" 43; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment