Multimedia processing graphs
Find a file
2017-09-19 11:25:38 +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 pinos -> pipewire 2017-05-23 19:15:33 +02:00
spa cli: small cleanups 2017-09-18 22:23:18 +02:00
src Release 0.1.5 2017-09-19 11:25:38 +02:00
.gitignore pinos -> pipewire 2017-05-23 19:15:33 +02:00
_config.yml Set theme jekyll-theme-slate 2017-09-04 19:55:46 +02:00
autogen.sh Add beginnings of jack module 2017-06-26 13:04:47 +02:00
config.h.meson Don't hardcode plugin path 2017-06-19 12:19:22 +02:00
git-version-gen Initial commit 2015-04-16 16:58:33 +02:00
GPL Initial commit 2015-04-16 16:58:33 +02:00
LGPL Initial commit 2015-04-16 16:58:33 +02:00
LICENSE pinos -> pipewire 2017-05-23 19:15:33 +02:00
Makefile.in cli: small cleanups 2017-09-18 22:23:18 +02:00
meson.build Release 0.1.5 2017-09-19 11:25:38 +02:00
NEWS pinos -> pipewire 2017-05-23 19:15:33 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README readme: fix typo (#1) 2017-06-21 13:20:30 +02:00

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.