virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
725 stars 62 forks source link

Please add support for pipewire #130

Closed Supermagnum closed 2 years ago

Supermagnum commented 2 years ago

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both pulseaudio and JACK. PipeWire was designed with a powerful 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.

Capture and playback of audio and video with minimal latency.
Real-time Multimedia processing on audio and video.
Multiprocess architecture to let applications share multimedia content.
Seamless support for PulseAudio, JACK, ALSA and GStreamer applications.
Sandboxed applications support.

https://pipewire.org/

ItsRogueRen commented 2 years ago

What usecase would pipewire provide? Vpuppr doesn't output any audio, and doesn't record or output any video.

orowith2os commented 1 year ago

PipeWire-Pulse is also available, and the pipewire devs stated that they're not trying to pressure anything that doesn't need pipewire to implement it iirc. Also, considering that vpuppr doesn't really have a large use case for audio, it's probably not needed anyways.