Multimedia processing graphs
Find a file
2017-09-15 16:04:46 +02:00
doc update docs 2017-09-05 13:35:25 +02:00
man Add example to play sine wave 2017-09-07 10:22:32 +02:00
pkgconfig Add example to play sine wave 2017-09-07 10:22:32 +02:00
po
spa scheduler: fix push 2017-09-15 16:04:46 +02:00
src pipewire-cli: add new tool 2017-09-15 15:03:21 +02:00
.gitignore
_config.yml Set theme jekyll-theme-slate 2017-09-04 19:55:46 +02:00
autogen.sh
config.h.meson
git-version-gen
GPL
LGPL
LICENSE
Makefile.in Add target to publish API docs 2017-09-05 09:42:02 +02:00
meson.build back to development 2017-08-23 13:31:24 +02:00
NEWS
PROTOCOL
README

PipeWire
--------

PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:

  - Making available sources of video (such as from a capture devices or
       application provided streams) and multiplexing this with
       clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.

Nodes in the graph can be implemented as separate processes,
communicating with sockets and exchanging multimedia content using fd
passing.