Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
ecef960b
Commit
ecef960b
authored
3 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
release 0.3.95
parent
ed6184a7
Branches
upstream/bullseye-backports
Branches containing commit
Tags
upstream/0.4.11
Tags containing commit
No related merge requests found
Pipeline
#251027
failed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS.md
+31
-0
31 additions, 0 deletions
NEWS.md
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
32 additions
and
1 deletion
NEWS.md
+
31
−
0
View file @
ecef960b
# WirePlumber 0.3.95
First pre-release (RC1) of WirePlumber 0.4.0.
Highlights:
-
Lua scripting engine. All the session management logic is now scripted
and there is also the ability to run scripts standalone with
`wpexec`
(see tests/examples).
-
Compatibility with the latest PipeWire (0.3.26+ required). Also, most
features and behavioral logic of pipewire-media-session 0.3.26 are
available, making WirePlumber suitable for a desktop PulseAudio & JACK
replacement setup.
-
Compatibility with embedded system policies, like the one on AGL, has been
restored and is fully configurable.
-
The design of endpoints has been simplified. We now associate endpoints
with use cases (roles) instead of physical devices. This removes the need
for "endpoint stream" objects, allows more logic to be scripted in lua
and makes the graph simpler. It is also possible to run without endpoints
at all, matching the behavior of pipewire-media-session and pulseaudio.
-
Configuration is now done using a pipewire-style json .conf file plus lua
files. Most of the options go in the lua files, while pipewire context
properties, spa_libs and pipewire modules are configured in the json file.
-
Systemd unit files have been added and are the recommended way to run
wireplumber. Templated unit files are also available, which allow running
multiple instances of wireplumber with a specific configuration each.
# WirePlumber 0.3.0
The desktop-ready release!
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
ecef960b
project
(
'wireplumber'
,
[
'c'
],
version
:
'0.3.
70
'
,
version
:
'0.3.
95
'
,
license
:
'MIT'
,
meson_version
:
'>= 0.54.0'
,
default_options
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment