Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only libfreeaptx for the AptX codec (common in Bluetooth audio) #46080

Closed
mayhair opened this issue Sep 16, 2023 · 1 comment
Closed

Use only libfreeaptx for the AptX codec (common in Bluetooth audio) #46080

mayhair opened this issue Sep 16, 2023 · 1 comment

Comments

@mayhair
Copy link

mayhair commented Sep 16, 2023

There are two packages: libopenaptx and libfreeaptx, which allow the usage of the AptX audio codec for Bluetooth headphones and speakers. The state of affairs is that bluez-alsa requires libopenaptx, while libspa-bluetooth requires libfreeaptx. However, both projects are virtually the same, so they can act as drop-in replacements for each other (presumably). libfreeaptx is a fork of libopenaptx which was made because libopenaptx's author disallowed organisations such as FreeDesktop to contribute, believing them to violate the GPL licence. libfreeaptx is now preferred by PipeWire due to these lesser restrictions.

Is it possible that bluez-alsa can be configured to use libfreeaptx too, thus obsoleting the libopenaptx package?

@mayhair mayhair changed the title Use only libfreeaptx for Bluetooth audio Use only libfreeaptx for the AptX codec (common in Bluetooth audio) Sep 16, 2023
@mayhair
Copy link
Author

mayhair commented Sep 16, 2023

I just came to the realisation that if you are using PipeWire, you can safely uninstall bluez-alsa (and thus libopenaptx) with no impact on Bluetooth audio functionality. I most likely had it installed because I was previously using Pulseaudio on my system. Closing this issue now.

@mayhair mayhair closed this as completed Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant