Multimedia processing graphs
Find a file
2017-10-16 18:09:59 +02:00
doc update docs 2017-09-05 13:35:25 +02:00
man man: update man pages 2017-09-19 10:19:53 +02:00
pkgconfig Add example to play sine wave 2017-09-07 10:22:32 +02:00
po Update POTFILES.in 2017-09-19 17:42:12 +02:00
spa Small cleanups 2017-10-16 18:09:59 +02:00
src Small cleanups 2017-10-16 18:09:59 +02:00
.gitignore
_config.yml
autogen.sh
config.h.meson
git-version-gen
GPL
LGPL
LICENSE
Makefile.in Makefile.in: use right build command 2017-09-19 16:04:41 +02:00
meson.build meson: require jack2 to build 2017-09-19 18:19:54 +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.