Difference between revisions of "Audiovisual"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 59: Line 59:
 
==== 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
 +
 +
==== pwvucontrol ====
 +
* https://github.com/saivert/pwvucontrol - an attempt are making a volume control applet for Pipewire.
 +
 +
==== sink-rotate ====
 +
* https://github.com/mightyiam/sink-rotate - Command that sets "next" PipeWire audio sink as default
 +
  
 
==== PipeControl ====
 
==== PipeControl ====
 
* https://github.com/portaloffreedom/pipecontrol - Pipewire control GUI program in Qt-QML using Kirigami2 (KDE). Work in progress, more features to come when I have time to study pipewire and time to implement things.
 
* https://github.com/portaloffreedom/pipecontrol - Pipewire control GUI program in Qt-QML using Kirigami2 (KDE). Work in progress, more features to come when I have time to study pipewire and time to implement things.
 
==== pwvucontrol ====
 
* https://github.com/saivert/pwvucontrol - an attempt are making a volume control applet for Pipewire.
 
  
 
==== Simple Wireplumber GUI ====
 
==== Simple Wireplumber GUI ====
Line 87: Line 91:
 
==== pipewire-orchestrator ====
 
==== pipewire-orchestrator ====
 
* https://github.com/jayden-chan/pipewire-orchestrator - support for running LV2 plugins with JACK and controlling them with MIDI
 
* https://github.com/jayden-chan/pipewire-orchestrator - support for running LV2 plugins with JACK and controlling them with MIDI
 +
 +
=== Libraries ===
 +
==== pipewire-media-stream ====
 +
* https://gitlab.gnome.org/GNOME/pipewire-media-stream - PipeWire implementation of GtkMediaStream for GTK4. This code is under public domain (see COPYING).

Revision as of 18:16, 1 November 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

for d in `pactl list short sinks | awk '{print $1}'`; do pactl set-sink-volume $d -5%; done

pw-volume

pwvucontrol

sink-rotate


PipeControl

Simple Wireplumber GUI

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

pipewire-orchestrator

Libraries

pipewire-media-stream