pipewire
Server and user space API to deal with multimedia pipelines
PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development.
- Versions: 1.4.0
- Website: https://pipewire.org/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pipewire
as follows:
guix install pipewire
Or install a particular version:
guix install pipewire@1.4.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of pipewire about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pipewire'><img src='https://packages.guix.gnu.org/packages/pipewire/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/pipewire)
Example Org:
[[https://packages.guix.gnu.org/packages/pipewire][https://packages.guix.gnu.org/packages/pipewire/badges/latest-version.svg]]