mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
0.3.3
This commit is contained in:
parent
ac9f2a020f
commit
002bcae856
2 changed files with 31 additions and 3 deletions
32
NEWS
32
NEWS
|
|
@ -1,3 +1,33 @@
|
||||||
|
PipeWire 0.3.3
|
||||||
|
|
||||||
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
with previous 0.3.x releases.
|
||||||
|
|
||||||
|
- NEON optimizations for audio conversion (32 and 64 bits)
|
||||||
|
- rework of session manager implementation
|
||||||
|
- Add option to disable modules in the session manager
|
||||||
|
- Release midi hardware devices when suspended
|
||||||
|
- various build fixes
|
||||||
|
- Clean up options of various utils
|
||||||
|
- Stability improvements
|
||||||
|
- Mayor improvements in pulseaudio emulation. Improved
|
||||||
|
timings and compatibility.
|
||||||
|
- Implementation of drain and flush in pulse and alsa
|
||||||
|
emulation.
|
||||||
|
- Implement poll on file descriptors.
|
||||||
|
- Improvement of metadata for jack emulation.
|
||||||
|
- Fix memory and thread problems in jack emulation.
|
||||||
|
- Simplification of state changes. Should make more use
|
||||||
|
cases work in the jack emulation.
|
||||||
|
- Improvements in the gstreamer elements. Removal of
|
||||||
|
extra internal queue. pipewiresink can now be used to
|
||||||
|
play audio.
|
||||||
|
- Add pw-jack and pw-pulse scripts to run pulseaudio and
|
||||||
|
jack applications with the right library path.
|
||||||
|
|
||||||
|
|
||||||
|
Older versions:
|
||||||
|
|
||||||
PipeWire 0.3.2
|
PipeWire 0.3.2
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
@ -37,8 +67,6 @@ with previous 0.3.x releases.
|
||||||
samples or ~=180ms) if a client explicitly wants this.
|
samples or ~=180ms) if a client explicitly wants this.
|
||||||
|
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
PipeWire 0.3.1
|
PipeWire 0.3.1
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.3.2',
|
version : '0.3.3',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.50.0',
|
meson_version : '>= 0.50.0',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue