summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarun <arun@web>2024-01-12 17:51:32 +0100
committerIkiWiki <ikiwiki.info>2024-01-12 17:51:32 +0100
commitdace374a81e9e7f5d7579b4e5b29ebea004c16a1 (patch)
treecd6dacd1f2e3d7c759f79fb2ff61a44379375241
parent01d1bff86c1e4ea03af3810a621def3924c3d1b8 (diff)
pulseaudio: Flesh out more release notes
-rw-r--r--Software/PulseAudio/Notes/17.0.mdwn22
1 files changed, 19 insertions, 3 deletions
diff --git a/Software/PulseAudio/Notes/17.0.mdwn b/Software/PulseAudio/Notes/17.0.mdwn
index 786175ad..7d46cea2 100644
--- a/Software/PulseAudio/Notes/17.0.mdwn
+++ b/Software/PulseAudio/Notes/17.0.mdwn
@@ -12,13 +12,29 @@ An extensive set of changes landed which modify how ALSA UCM configuration is ma
1. We no longer generate combined ports for non-conflicting devices
2. Instead of different inputs/outputs being listed as ports on a source/sink, they will be listed as profiles on the card. On some setups where two inputs or outputs can run concurrently and independently, you will now see more than one input/output sink available when selecting the appropriate profile.
-### webrtc-audio-processing dependency updated
+### Battery level indication *to* Bluetooth devices
+
+This shares the battery level of a PulseAudio host _to_ a Bluetooth headset (for example, if you're running a PulseAudio-based device connected to a car, the car can report the battery level of your device).
+
+### Support for the Bluetooth FastStream codec
+
+Devices that support the FastStream codec (which provides higher quality bidirectional audio) are now supported.
+
+### `webrtc-audio-processing` dependency updated
+
+We updated to a more recent version of the `webrtc-audio-processing` library with improvements in echo cancellation and higher tolerance for drift. Unfortunately, this does mean that beamforming support, which was dropped upstream, is no longer present.
+
+### Trigger role groups added to `module-role-cork`
+
+This allows `module-role-cork` now allows groups of roles (separated by `/`) as triggers.
+
+### XDG base directory spec for profile-set loading
-We updated to a more recent version of the webrtc-audio-processing library with improvements in echo cancellation and higher tolerance for drift. Unfortunately, this does mean that beamforming support, which was dropped upstream, is no longer present.
+The XDG base directory specification is now used for ALSA profile set loadig (`$XDG_DATA_HOME`, followed by `$XDG_DATA_DIRS`, and finally falling back to the previous behaviour).
## Notes for application developers
-###
+None.
## Notes for packagers