Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-08 Thread Pali Rohár
On Sunday 08 July 2018 23:11:56 Luiz Augusto von Dentz wrote: > Hi Pali, > > On Sun, Jul 8, 2018 at 11:02 PM, Pali Rohár wrote: > > On Sunday 08 July 2018 22:55:28 Luiz Augusto von Dentz wrote: > >> Hi Pali, > >> > >> On Sat, Jul 7, 2018 at 2:08 PM, Pali Rohár wrote: > >> > On Friday 06 July 201

Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-08 Thread Luiz Augusto von Dentz
Hi Pali, On Sun, Jul 8, 2018 at 11:02 PM, Pali Rohár wrote: > On Sunday 08 July 2018 22:55:28 Luiz Augusto von Dentz wrote: >> Hi Pali, >> >> On Sat, Jul 7, 2018 at 2:08 PM, Pali Rohár wrote: >> > On Friday 06 July 2018 11:16:09 Pali Rohár wrote: >> >> Known problems: >> >> >> >> For every A2DP

Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-08 Thread Luiz Augusto von Dentz
Hi Pali, On Fri, Jul 6, 2018 at 12:16 PM, Pali Rohár wrote: > This patch provides support for aptX codec in bluetooth A2DP profile. In > pulseaudio it is implemented as a new profile a2dp_aptx_sink. For aptX > encoding it uses open source LGPLv2.1+ licensed libopenaptx library which > can be foun

Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-08 Thread Pali Rohár
On Sunday 08 July 2018 22:55:28 Luiz Augusto von Dentz wrote: > Hi Pali, > > On Sat, Jul 7, 2018 at 2:08 PM, Pali Rohár wrote: > > On Friday 06 July 2018 11:16:09 Pali Rohár wrote: > >> Known problems: > >> > >> For every A2DP codec it is needed to register endpoint to the bluez daemon. > >> This

Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-08 Thread Luiz Augusto von Dentz
Hi Pali, On Sat, Jul 7, 2018 at 2:08 PM, Pali Rohár wrote: > On Friday 06 July 2018 11:16:09 Pali Rohár wrote: >> Known problems: >> >> For every A2DP codec it is needed to register endpoint to the bluez daemon. >> This is working fine, but I do not know how and why bluez daemon choose >> endpoin

Re: [pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-07 Thread Pali Rohár
On Friday 06 July 2018 11:16:09 Pali Rohár wrote: > Known problems: > > For every A2DP codec it is needed to register endpoint to the bluez daemon. > This is working fine, but I do not know how and why bluez daemon choose > endpoint (and so codec) for new connection. And I have not figured out how

[pulseaudio-discuss] [PATCH] WIP: Bluetooth A2DP aptX codec support

2018-07-06 Thread Pali Rohár
This patch provides support for aptX codec in bluetooth A2DP profile. In pulseaudio it is implemented as a new profile a2dp_aptx_sink. For aptX encoding it uses open source LGPLv2.1+ licensed libopenaptx library which can be found at https://github.com/pali/libopenaptx. --- Limitations: Only A2D