summaryrefslogtreecommitdiff
path: root/Software/PulseAudio/Notes/16.0.mdwn
diff options
context:
space:
mode:
authorarun <arun@web>2022-05-28 15:11:23 +0000
committerIkiWiki <ikiwiki.info>2022-05-28 15:11:23 +0000
commita6fdf73afd0235bad4059df07a4174124cfbe45d (patch)
tree67221e769f92f357de22bcc7c699f28e974e8ff5 /Software/PulseAudio/Notes/16.0.mdwn
parent14843f5d1a79c0c28bbdc2d1b9e00b17a92628ca (diff)
pulseaudio: Add note about resampler delay addition in release notes
Diffstat (limited to 'Software/PulseAudio/Notes/16.0.mdwn')
-rw-r--r--Software/PulseAudio/Notes/16.0.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/PulseAudio/Notes/16.0.mdwn b/Software/PulseAudio/Notes/16.0.mdwn
index a3d359dd..fef82fa1 100644
--- a/Software/PulseAudio/Notes/16.0.mdwn
+++ b/Software/PulseAudio/Notes/16.0.mdwn
@@ -66,6 +66,10 @@ module-combine-sink now accepts a boolean `remix` argument, which can be used to
## Notes for application developers
+### Stream latency reports now include resampler delay
+
+Sink input and source output latency reporting now includes resampler delay. This delay is bundled into the sink and source latency, respectively. While this is minor semantic change, it should allow for more accurate A/V sync for applications.
+
### Bluetooth device battery level reporting added
If a bluetooth device supports battery level reporting, the level is now reported to BlueZ. Applications can get the battery level using the [[BlueZ D-Bus Battery API|https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/battery-api.txt]].