summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarun <arun@web>2024-01-12 17:27:21 +0100
committerIkiWiki <ikiwiki.info>2024-01-12 17:27:21 +0100
commit01d1bff86c1e4ea03af3810a621def3924c3d1b8 (patch)
tree4287615c2d8f601e14d0bdfb2185ed32a76678e0
parent2c365be4d167a13887a9f5a93cb9bdd08c02a650 (diff)
pulseaudio: Start some draft notes for 17.0
-rw-r--r--Software/PulseAudio/Notes/17.0.mdwn17
1 files changed, 14 insertions, 3 deletions
diff --git a/Software/PulseAudio/Notes/17.0.mdwn b/Software/PulseAudio/Notes/17.0.mdwn
index 10d33bdf..786175ad 100644
--- a/Software/PulseAudio/Notes/17.0.mdwn
+++ b/Software/PulseAudio/Notes/17.0.mdwn
@@ -5,15 +5,26 @@
## Notes for end users
-(nothing here yet)
+### Updates to ALSA UCM
+
+An extensive set of changes landed which modify how ALSA UCM configuration is mapped to PulseAudio profiles and ports. Notably
+
+ 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
+
+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.
## Notes for application developers
-(nothing here yet)
+###
## Notes for packagers
-(nothing here yet)
+### webrtc-audio-processing dependency updated
+
+We now depend on version 1.3 of the library, which is parallel-installable with other API versions.
## git shortlog