8

Over the last years I have followed the development around low latency and high quality codecs on bluetooth headphones. To be short: They are popular and the most used codec seems to be aptX.

That brings me to my questions:

Theres also another question on this topic but it was authored in 2014

marco
  • 297

3 Answers3

2

The Good News

The latest PulseAudio includes support for aptX. This is version 15.0 released on 2021-07-27.

Support for LDAC and AptX bluetooth codecs, plus "SBC XQ" (SBC with higher-quality parameters)

PulseAudio now supports the LDAC and AptX codecs for A2DP. In order to use them (...)

The Bad News

Ubuntu 20.04 is running version 13.99.1.

$ pulseaudio --version
pulseaudio 13.99.1
Daniel C
  • 4,170
1

The original creator was no longer able to maintain the PPA he had for supporting this. Someone else took over managing a PPA using the original creator's sources.

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

If you run into any issues, here is the github issue that tracked this work - https://github.com/EHfive/pulseaudio-modules-bt/issues/85#issuecomment-618870211.

Hope this helps!

rawlink
  • 11
0

Ubuntu 21.10 will include pulseaudio 15

pulseaudio 1:15.0+dfsg1-1ubuntu2 pulseaudio-module-bluetooth 1:15.0+dfsg1-1ubuntu2 pulseaudio-utils 1:15.0+dfsg1-1ubuntu2

Sunil
  • 1