Advertisement
tirabytes

OSX: Enable AptX

Oct 1st, 2015
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. apt-X is invalidated by default.
  2. Use Terminal.
  3.  
  4. apt-X ON
  5. - - - - -
  6. $ defaults write com.apple.BluetoothAudioAgent "Enable AptX codec" -bool true
  7. - - - - -
  8.  
  9. apt-X OFF
  10. - - - - -
  11. $ defaults delete com.apple.BluetoothAudioAgent "Enable AptX codec"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement