From 95ed1a16c58fe99b47d9eca051f5006d583cab5f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 18 Jul 2012 20:02:01 +0200 Subject: .osx: Increase sound quality for Bluetooth headphones/headsets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has the same effect as setting Bluetooth Explorer → Utilities → Special Options → Minimum bitpool to `40`. See http://scott.dier.name/2009/10/osx-snow-leopard-a2dp.html. --- .osx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.osx') diff --git a/.osx b/.osx index b564367..e94f84b 100755 --- a/.osx +++ b/.osx @@ -44,7 +44,7 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true #echo "0x08000100:0" > ~/.CFUserTextEncoding ############################################################################### -# Trackpad, mouse, keyboard, and input # +# Trackpad, mouse, keyboard, Bluetooth accessories, and input # ############################################################################### # Trackpad: enable tap to click for this user and for the login screen @@ -66,6 +66,9 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeF # Disable “natural” (Lion-style) scrolling defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false +# Increase sound quality for Bluetooth headphones/headsets +defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 + # Enable full keyboard access for all controls # (e.g. enable Tab in modal dialogs) defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 -- cgit v1.2.3