mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
1.4.7
This commit is contained in:
parent
fefea32d9f
commit
1c542e9a0c
2 changed files with 33 additions and 1 deletions
32
NEWS
32
NEWS
|
|
@ -1,3 +1,35 @@
|
||||||
|
# PipeWire 1.4.7 (2025-07-23)
|
||||||
|
|
||||||
|
This is a bugfix release that is API and ABI compatible with
|
||||||
|
previous 1.x releases.
|
||||||
|
|
||||||
|
## Highlights
|
||||||
|
- Improve latency handling in echo-cancel.
|
||||||
|
- Don't leak SyncObj fds in client-node.
|
||||||
|
- Improve the adaptive resampler performance.
|
||||||
|
- Some more fixes and improvements.
|
||||||
|
|
||||||
|
|
||||||
|
## modules
|
||||||
|
- Set module-echo-cancel latency correctly.
|
||||||
|
- Avoid extra latency in echo-cancel by dropping samples when
|
||||||
|
one end is paused.
|
||||||
|
- Don't leak SyncObj fds in client-node. (#4807)
|
||||||
|
|
||||||
|
## SPA
|
||||||
|
- Actually enable echo cancellation when using webrtc 2.0
|
||||||
|
- Improve ALSA driver resampling setup and follower adaptive
|
||||||
|
resampling.
|
||||||
|
- Fix an off-by-one in the delay filter.
|
||||||
|
- Improve the adaptive resampler performance.
|
||||||
|
|
||||||
|
## bluetooth
|
||||||
|
- Improve compatibility with some JBL flip and change models.
|
||||||
|
|
||||||
|
## GStreamer
|
||||||
|
- Add some format validations.
|
||||||
|
|
||||||
|
|
||||||
# PipeWire 1.4.6 (2025-06-27)
|
# PipeWire 1.4.6 (2025-06-27)
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible with
|
This is a bugfix release that is API and ABI compatible with
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '1.4.6',
|
version : '1.4.7',
|
||||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||||
meson_version : '>= 0.61.1',
|
meson_version : '>= 0.61.1',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue