Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Packages

Bao H.H edited this page Aug 3, 2019 · 44 revisions

Don't forget to restart pulseaudio after installing.

If you got some problems when using precompiled or outdated binaries/packages, search exist issues or build binaries/packages from latest sources yourself or contact packagers, before open a new issue here.

Arch

AUR

libldac

pulseaudio-modules-bt-git

fdk-aac-free alternative library for AAC(-LC) support

archlinuxcn repo

https://wiki.archlinux.org/index.php/unofficial_user_repositories#archlinuxcn

sudo pacman -Sy pulseaudio-modules-bt-git libldac

Ubuntu 18.04, 18.10, 19.04

https://launchpad.net/~eh5/+archive/ubuntu/pulseaudio-a2dp

sudo add-apt-repository ppa:eh5/pulseaudio-a2dp
sudo apt-get update
sudo apt-get install libavcodec58 libldac pulseaudio-modules-bt

Nix

https://nixos.wiki/wiki/Bluetooth#Enabling_extra_codecs

https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/audio/pulseaudio-modules-bt ( by adisbladis )

Fedora

https://github.com/EHfive/pulseaudio-modules-bt/issues/68#issue-476430537

Note: on Fedora 30 and above, the package supports LDAC and AAC (via fdk-aac-free). Due to licensing restrictions, it doesn't support fdk-aac found in the nonfree RPMFusion repos - you have to create your own build for that.

Enable the RPMFusion (free) repository. Then install the package and restart Pulseaudio:

sudo dnf install pulseaudio-module-bluetooth-freeworld --allowerasing

pulseaudio -k

On Fedora Silverblue (rpm-ostree):

rpm-ostree override remove pulseaudio-module-bluetooth -–install pulseaudio-module-bluetooth-freeworld

By https://github.com/gombosg

Gentoo

Clone this wiki locally