diff options
Diffstat (limited to 'Software/PulseAudio/PatchStatus.mdwn')
-rw-r--r-- | Software/PulseAudio/PatchStatus.mdwn | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn index f609e2d0..8554fc25 100644 --- a/Software/PulseAudio/PatchStatus.mdwn +++ b/Software/PulseAudio/PatchStatus.mdwn @@ -266,17 +266,26 @@ The patches have been ordered by priority, with the highest priority patches at ### Patches that need to be prioritized -* bluetooth: Only use hardware volume callbacks for peer attenuation (hsp/hfp) - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/519]] - * When PulseAudio is a HSP/HFP headset, it has to notify the peer about volume changes. This MR changes the code so that the notifications don't also enable the "hw volume" flag, which is incorrect/confusing when it's PulseAudio that does the attenuation. - * Milestone set to 15.0, because !239 is also marked for 15.0 and !519 consists of the first patches from !239. +* card: use JSON with pulseaudio messaging API + * [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/59]] -* bluetooth: Perform software attenuation until HF/HS reports gain control - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/521]] - * Depends on !519. +* parecord: fix "Failed to open audio file" for FLAC and OGG + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/526]] -* messaging api: use JSON instead of custom format - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/525]] +* alsa-mixer: add multichannel profile for Tascam Model12 + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/529]] -* card: use JSON with pulseaudio messaging API - * [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/59]] +* Added source's priority property to dbus interface + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/531]] + +* bluetooth: Use software volume for >100%, balance and finer control + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/532]] + +* Draft: bluetooth: Handle muting over A2DP Absolute Volume + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/533]] + +* Draft: little-endian support + * [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/17]] + +* stream-restore: Fix NULL preferred device handling + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/535]] |