Skip to content

Instantly share code, notes, and snippets.

@duraki
Last active May 7, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duraki/177b820df217deaa5a563200eca9c152 to your computer and use it in GitHub Desktop.
Save duraki/177b820df217deaa5a563200eca9c152 to your computer and use it in GitHub Desktop.
# => first reboot coreaudiod
$ sudo pkill coreaudiod
$ sudo kill -9 `ps ax | grep 'coreaudiod' | grep -v grep | awk '{print $1}'`
$ sudo defaults read bluetoothaudiod
## 2021-01-11 09:01:55.659 defaults[1519:22962]
## Domain bluetoothaudiod does not exist
# => write defaults
$ sudo defaults write bluetoothaudiod "Apple Bitpool Max" 40
$ sudo defaults write bluetoothaudiod "Disable AAC codec" 1
$ sudo defaults write bluetoothaudiod "Disable AptX codec" 1
# Now disable bluetooth and enable again, connect to Kappa. It should work flawlessly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment