Skip to content

Instantly share code, notes, and snippets.

@x1unix
Created April 6, 2022 20:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x1unix/517dd8f247e67fa674833157dbe7c8dd to your computer and use it in GitHub Desktop.
Save x1unix/517dd8f247e67fa674833157dbe7c8dd to your computer and use it in GitHub Desktop.
macOS | Enable AptX
  1. Launch Terminal on Mac.

  2. To enable aptX, type in the following command:

sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
  1. To enable AAC, type the following:
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
  1. To verify that the changes have been made, enter the following command in Terminal:
sudo defaults read bluetoothaudiod

enable AAC_aptX Terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment