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
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
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
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
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
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