Re: [pulseaudio-discuss] [RFC 0/2] Add dynamic configuration of SBC bitpool

2019-05-17 Thread Pali Rohár
On Friday 17 May 2019 16:26:30 Frédéric Danis wrote: > Hi Pali, > > On 17/05/2019 15:51, Pali Rohár wrote: > > On Friday 17 May 2019 15:45:10 Frédéric Danis wrote: > > > This series of patch allows to manage the bandwidth used by an A2DP source > > > using SBC encoder by adding ability to change t

Re: [pulseaudio-discuss] [RFC 0/2] Add dynamic configuration of SBC bitpool

2019-05-17 Thread Frédéric Danis
Hi Pali, On 17/05/2019 15:51, Pali Rohár wrote: On Friday 17 May 2019 15:45:10 Frédéric Danis wrote: This series of patch allows to manage the bandwidth used by an A2DP source using SBC encoder by adding ability to change the bitpool dynamically during runtime. In a crowded environment this can

Re: [pulseaudio-discuss] [RFC 0/2] Add dynamic configuration of SBC bitpool

2019-05-17 Thread Pali Rohár
On Friday 17 May 2019 15:45:10 Frédéric Danis wrote: > This series of patch allows to manage the bandwidth used by an A2DP source > using SBC encoder by adding ability to change the bitpool dynamically during > runtime. > In a crowded environment this can allow to limit interference between source

[pulseaudio-discuss] [RFC 2/2] bluetooth: Add SBC get/set config message support

2019-05-17 Thread Frédéric Danis
Capability to dynamically change the bitpool used during runtime allows to adjust the bitrate of the stream. In a crowded environment this can allow to manage the bandwidth used and limit interference between source and headphones. get-a2dp-config message returns SBC bitpool configuration: {{curre

[pulseaudio-discuss] [RFC 1/2] bluetooth: Add message to get/set A2DP codec configs

2019-05-17 Thread Frédéric Danis
This patch introduces 2 new messages to retrieve and set codec specific configuration information. It is up to each codec to define which information can be retrieved or set. Message path is based on the remote device address (replacing ":" by "_"). Get configuration command: pacmd send-message

[pulseaudio-discuss] [RFC 0/2] Add dynamic configuration of SBC bitpool

2019-05-17 Thread Frédéric Danis
This series of patch allows to manage the bandwidth used by an A2DP source using SBC encoder by adding ability to change the bitpool dynamically during runtime. In a crowded environment this can allow to limit interference between source and headphones. This needs "Message API v2" patches from Geo