Difference between revisions of "Audiovisual"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
 
* https://wiki.archlinux.org/index.php/PipeWire
 
* https://wiki.archlinux.org/index.php/PipeWire
 +
 
* https://wiki.archlinux.org/index.php/PipeWire/Examples
 
* https://wiki.archlinux.org/index.php/PipeWire/Examples
  
Line 32: Line 33:
 
* https://github.com/PipeWire/pipewire-pulseaudio - PulseAudio replacement library on top of PipeWire
 
* https://github.com/PipeWire/pipewire-pulseaudio - PulseAudio replacement library on top of PipeWire
  
 
* https://gitlab.freedesktop.org/pipewire/pipewire/-/tree/master/src/modules/module-protocol-pulse
 
  
  
Line 40: Line 39:
  
 
* https://blogs.gnome.org/uraeus/2018/01/26/an-update-on-pipewire-the-multimedia-revolution-an-update
 
* https://blogs.gnome.org/uraeus/2018/01/26/an-update-on-pipewire-the-multimedia-revolution-an-update
 +
  
  
 
* https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/doc/spa/pod.md
 
* https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/doc/spa/pod.md
  
* https://github.com/Qufyy/obs-pipewire-audio-capture - Experimental PipeWire audio capturing for OBS Studio
+
 
 +
=== Configuration ===
 +
 
 +
* https://gitlab.freedesktop.org/pipewire/pipewire/-/tree/master/src/modules/module-protocol-pulse
  
  
=== Tools ===
+
* [https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Filter-Chain Filter Chain · PipeWire Wiki]
  
  
 +
=== Tools ===
 
==== pw-volume ====
 
==== pw-volume ====
 
* https://github.com/smasher164/pw-volume - Basic interface to PipeWire volume controls
 
* https://github.com/smasher164/pw-volume - Basic interface to PipeWire volume controls
Line 55: Line 59:
 
==== pwvucontrol ====
 
==== pwvucontrol ====
 
* https://github.com/saivert/pwvucontrol - an attempt are making a volume control applet for Pipewire.
 
* https://github.com/saivert/pwvucontrol - an attempt are making a volume control applet for Pipewire.
 
  
 
==== coppwr ====
 
==== coppwr ====
 
* [https://dimtpap.ovh/coppwr coppwr] - a tool that provides low level control over the PipeWire multimedia server. It aims to expose and provide as many ways to inspect and control the many aspects of the PipeWire multimedia server as possible. It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it.
 
* [https://dimtpap.ovh/coppwr coppwr] - a tool that provides low level control over the PipeWire multimedia server. It aims to expose and provide as many ways to inspect and control the many aspects of the PipeWire multimedia server as possible. It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it.
 
** https://github.com/dimtpap/coppwr
 
** https://github.com/dimtpap/coppwr
 
  
 
==== Helvum ====
 
==== Helvum ====
Line 70: Line 72:
 
==== EasyEffects ====
 
==== EasyEffects ====
 
* https://github.com/wwmm/easyeffects - Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications, LV2 based.
 
* https://github.com/wwmm/easyeffects - Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications, LV2 based.
 +
 +
==== obs-pipewire-audio-capture ====
 +
* https://github.com/Qufyy/obs-pipewire-audio-capture - Experimental PipeWire audio capturing for OBS Studio

Revision as of 03:11, 23 October 2023

General

See also Creative coding, Visuals, etc


  • https://github.com/folkertvanheusden/constatus - monitors, converts, transforms, filters and multiplexes video-feeds. Feeds like IP-cameras, "video4linux"-devices, pixelflut, VNC-servers, Raspberry Pi-cameras, etc. It is an NVR (network video recorder) with special features.


PipeWire

  • PipeWire - 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. [1]








Configuration



Tools

pw-volume

pwvucontrol

coppwr

  • coppwr - a tool that provides low level control over the PipeWire multimedia server. It aims to expose and provide as many ways to inspect and control the many aspects of the PipeWire multimedia server as possible. It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it.

Helvum

pw-viz

EasyEffects

obs-pipewire-audio-capture