Re: [pulseaudio-discuss] [PATCH v2 1/2] Modular API for Bluetooth A2DP codec

2018-09-05 Thread Tanu Kaskinen
On Tue, 2018-09-04 at 11:44 +0300, Tanu Kaskinen wrote: > On Sat, 2018-07-28 at 17:34 +0200, Pali Rohár wrote: > > +static size_t pa_sbc_select_configuration(const pa_sample_spec > > *sample_spec, const uint8_t *capabilities_buffer, size_t capabilities_size, > > uint8_t *config_buffer, size_t

Re: [pulseaudio-discuss] [PATCH v2 2/2] Bluetooth A2DP aptX codec support

2018-09-05 Thread Tanu Kaskinen
On Sat, 2018-07-28 at 17:34 +0200, 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 found at