open aptx; bluetooth aptx hd audio codec

Moderator: Forum moderators

Post Reply
User avatar
stemsee
Posts: 658
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 162 times
Been thanked: 104 times
Contact:

open aptx; bluetooth aptx hd audio codec

Post by stemsee »

I compiled openaptx on fatdog using .... (I had to reinstall cmake)

This should add a new option to the a2dp profile ....

Bluealsa must also be configured and compiled with aptx enabled...

EDIT: I compiled bluealsa alsalib ffmpeg .... all with openaptx enabled.

The sound is crystal clear!

Code: Select all

mkdir build
cd build
cmake -DENABLE_DOC=ON -DWITH_FFMPEG=ON -DWITH_SNDFILE=ON -DENABLE_APTX_DECODER_API=ON -DENABLE_APTX_ENCODER_API=ON -DENABLE_APTXHD100=ON -DENABLE_APTX422=ON -DCMAKE_INSTALL_PREFIX:PATH=/tmp/aptx/usr ..
make
make install
aptx.sfs
(32 KiB) Downloaded 23 times

https://github.com/Arkq/openaptx

Post Reply

Return to “Multimedia”