Re: [pulseaudio-discuss] RFC: loopback manager

2019-05-27 Thread Tanu Kaskinen
On Sun, 2019-05-26 at 20:07 -0400, Joe wrote: > On 5/26/19 1:43 AM, Alexander E. Patrakov wrote: > > сб, 25 мая 2019 г. в 18:38, Tanu Kaskinen : > > > Hello, > > > > > > I nowadays use module-loopback on a daily basis, and I thought it would > > > be nice to provide a GUI (in pavucontrol) for

[pulseaudio-discuss] [RFC v2 3/3] bluetooth: Add skipped bytes statistic message

2019-05-27 Thread Frédéric Danis
This allows to get the total amount of bytes skipped since connected to the device. pacmd send-message /bluetooth/bluez_sink. get-skipped-bytes --- src/modules/bluetooth/module-bluez5-device.c | 9 + 1 file changed, 9 insertions(+) diff --git

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

2019-05-27 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 bandwith used and limit interference between source and headphones. get-a2dp-config message returns SBC bitpool configuration:

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

2019-05-27 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 v2 0/3] Add dynamic configuration of SBC bitpool

2019-05-27 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. An external application should be able to