mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
0.4.14
This commit is contained in:
parent
aaefda86f4
commit
6d0c7f7b7f
2 changed files with 31 additions and 2 deletions
31
NEWS.rst
31
NEWS.rst
|
|
@ -1,6 +1,35 @@
|
|||
WirePlumber 0.4.13
|
||||
WirePlumber 0.4.14
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Additions:
|
||||
|
||||
- Added support for managing Bluetooth-MIDI, complimenting the parts that
|
||||
were merged in PipeWire recently (!453)
|
||||
|
||||
- Added a default volume configuration option for streams whose volume
|
||||
has never been saved before; that allows starting new streams at a lower
|
||||
volume than 100% by default, if desired (!480)
|
||||
|
||||
- Added support for managing link errors and propagating them to the
|
||||
client(s) involved. This allows better error handling on the application
|
||||
side in case a format cannot be negotiated - useful in video streams
|
||||
(see !484, pipewire#2935)
|
||||
|
||||
- snd_aloop devices are now described as being "Loopback" devices
|
||||
(pipewire#2214)
|
||||
|
||||
- ALSA nodes in the pro audio profile now get increased graph priority, so
|
||||
that they are more likely to become the driver in the graph
|
||||
|
||||
- Added support for disabling libcamera nodes & devices with ``node.disabled``
|
||||
and ``device.disabled``, like it works for ALSA and V4L2 (#418)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.4.13
|
||||
..................
|
||||
|
||||
Additions:
|
||||
|
||||
- Added bluetooth SCO (HSP/HFP) hardware offload support, together with an
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.4.13',
|
||||
version : '0.4.14',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue