This commit is contained in:
Wim Taymans 2020-02-19 20:24:51 +01:00
parent d3634aca7e
commit 18590b7e0e
2 changed files with 20 additions and 3 deletions

21
NEWS
View file

@ -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
Seventh pre-release for upcomming 0.3:
@ -14,8 +33,6 @@ Seventh pre-release for upcomming 0.3:
- Require libspa in pkg-config file
- Limit buffers to 16 to support old clients
Older versions:
PipeWire 0.2.95
Sixth pre-release for upcomming 0.3:

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '0.2.96',
version : '0.2.97',
license : 'MIT',
meson_version : '>= 0.50.0',
default_options : [ 'warning_level=1',