This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/pipewire/badges/latest-version.svg)](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]]