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 therefor

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

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

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

2019-10-06 Thread Pali Rohár
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/a2dp-codec-sbc.c | 3 ++- src/mod