Re: [pulseaudio-discuss] License problem: LDAC codec & pulseaudio

2019-11-10 Thread Arun Raghavan
On Fri, 19 Apr 2019, at 3:34 PM, Tanu Kaskinen wrote: > On Fri, 2019-04-19 at 00:17 +0200, Pali Rohár wrote: > > On Saturday 23 February 2019 17:59:57 Tanu Kaskinen wrote: > > > On Sat, 2019-02-23 at 16:06 +0100, Pali Rohár wrote: > > > > Hello, > > > > > > > > I would like to discuss about

Re: [pulseaudio-discuss] Connect to non system-wide pulse server inside root privilege program (Asynchronous API)

2019-11-10 Thread Arun Raghavan
On Tue, 5 Nov 2019, at 3:50 PM, Andrey wrote: > Hi all! > > Pf: Issue with pa_context_connect() call inside root privilege program. > > I have Xubuntu 19.10. On default pulseaudio server (ver 13.0) started on > user logon with "--demonize=no" parameter. I need reroute digital sound > from

Re: [pulseaudio-discuss] [PATCH v13 03/10] bluetooth: Parse remote timestamp from A2DP RTP packets when available

2019-11-10 Thread Arun Raghavan
On Sun, 10 Nov 2019, at 2:24 PM, Pali Rohár wrote: > On Saturday 09 November 2019 13:08:34 Georg Chini wrote: > > On 06.10.19 19:58, Pali Rohár wrote: > > > Some A2DP codecs (e.g. SBC or aptX-HD) use RTP packets. For sources use > > > timestamps from RTP packets to calculate read index and

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Georg Chini
On 10.11.19 11:09, Pali Rohár wrote: On Sunday 10 November 2019 11:03:25 Georg Chini wrote: On 10.11.19 09:44, Pali Rohár wrote: Otherwise looks good, though I wonder if the warning is really necessary. It was there before, so I have not deleted it. It is also there for SCO socket. I know,

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Pali Rohár
On Sunday 10 November 2019 11:03:25 Georg Chini wrote: > On 10.11.19 09:44, Pali Rohár wrote: > > On Saturday 09 November 2019 12:34:02 Georg Chini wrote: > > > On 06.10.19 19:58, Pali Rohár wrote: > > > > --- > > > >src/modules/bluetooth/module-bluez5-device.c | 33 > > > >

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Georg Chini
On 10.11.19 09:44, Pali Rohár wrote: On Saturday 09 November 2019 12:34:02 Georg Chini wrote: On 06.10.19 19:58, Pali Rohár wrote: --- src/modules/bluetooth/module-bluez5-device.c | 33 ++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git

Re: [pulseaudio-discuss] [PATCH v13 03/10] bluetooth: Parse remote timestamp from A2DP RTP packets when available

2019-11-10 Thread Pali Rohár
On Saturday 09 November 2019 13:08:34 Georg Chini wrote: > On 06.10.19 19:58, Pali Rohár wrote: > > Some A2DP codecs (e.g. SBC or aptX-HD) use RTP packets. For sources use > > timestamps from RTP packets to calculate read index and therefore remote > > timestamp for synchronization. > > --- > >

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Pali Rohár
On Saturday 09 November 2019 12:34:02 Georg Chini wrote: > On 06.10.19 19:58, Pali Rohár wrote: > > --- > > src/modules/bluetooth/module-bluez5-device.c | 33 > > ++-- > > 1 file changed, 31 insertions(+), 2 deletions(-) > > > > diff --git