mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
0.2.97
This commit is contained in:
parent
d3634aca7e
commit
18590b7e0e
2 changed files with 20 additions and 3 deletions
21
NEWS
21
NEWS
|
|
@ -1,3 +1,22 @@
|
||||||
|
PipeWire 0.2.97
|
||||||
|
|
||||||
|
Eigth pre-release for upcomming 0.3:
|
||||||
|
|
||||||
|
- Build fixes
|
||||||
|
- pw-cat improvement: Fix remote name, add midi support
|
||||||
|
- add device subscribe params for completeness
|
||||||
|
- jack and pulseaudio compatibility fixes
|
||||||
|
- Fix a bug in resampler, add quality option, tweaked quality
|
||||||
|
settings, tested now against https://src.infinitewave.ca/
|
||||||
|
testsignals and submitted results for publication.
|
||||||
|
- Fix awkwardness in buffer negotiations, the default number of
|
||||||
|
buffers was 4 and jack could only handle 2, causing
|
||||||
|
corruption. Also implement negotiation of Step ranges.
|
||||||
|
- Fix device reservation to work together with pulseaudio,
|
||||||
|
previously we would block pulseaudio.
|
||||||
|
|
||||||
|
Older versions:
|
||||||
|
|
||||||
PipeWire 0.2.96
|
PipeWire 0.2.96
|
||||||
|
|
||||||
Seventh pre-release for upcomming 0.3:
|
Seventh pre-release for upcomming 0.3:
|
||||||
|
|
@ -14,8 +33,6 @@ Seventh pre-release for upcomming 0.3:
|
||||||
- Require libspa in pkg-config file
|
- Require libspa in pkg-config file
|
||||||
- Limit buffers to 16 to support old clients
|
- Limit buffers to 16 to support old clients
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
PipeWire 0.2.95
|
PipeWire 0.2.95
|
||||||
|
|
||||||
Sixth pre-release for upcomming 0.3:
|
Sixth pre-release for upcomming 0.3:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.2.96',
|
version : '0.2.97',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.50.0',
|
meson_version : '>= 0.50.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue