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

2019-11-09 Thread Georg Chini
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 a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index cff1cd6f2..

Re: [pulseaudio-discuss] [PATCH v13 02/10] bluetooth: Print SO_TIMESTAMP warning for SCO source only once

2019-11-09 Thread Georg Chini
On 06.10.19 19:58, Pali Rohár wrote: --- src/modules/bluetooth/module-bluez5-device.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index 9a81f4c69..9da5d1ac3 100644 --- a/src/

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

2019-11-09 Thread Georg Chini
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. --- src/modules/bluetooth/a2dp-codec-api.h | 4 ++-- src/modules/bluetooth