Earlier quoted context omitted.
I’m using pipewire in NixOS unstable and it’s working very well. I know they are working in integrating new pipewire configuration with Nix configuration.
I am just waiting the release of the next NixOS stable version, since the integration in the current stable version (20.09) is still lacking some important features.
PipeWire: The Linux audio/video bus
201–203 of 203 posts
Re: PipeWire: The Linux audio/video bus
#202I've been trying out the latest master builds of pipewire recently and have been pretty impressed with it: * My bluetooth headset can now use the HFP profile with the mSBC codec (16 kHz sample rate) instead of the terrible CVSD codec (8 kHz sample rate) with the basic HSP profile. * Higher quality A2DP stereo codecs, like LDAC, also work. * AVDTP 1.3 delay reporting works (!!) to delay the video for perfect A/V sync.…
If you use Arch Linux, it's really easy to just drop this right in from official packages as a replacement for Pulse/ALSA [0] and start using it. I've been running it for about a month and everything seems to work exactly as I expect it to. I honestly notice no difference other than the pulse audio input/output picker extension I had been using seems confused now (the native GNOME sound control panel applet works jus…
As for xdg-desktop-portal screensharing, while I'm glad to see at least some standard way of screen capture on Wayland and in theory, permissions are cool, it's still a bad situation. Because each window capture needs explicit permission, dynamically capturing windows is basically impossible and proper movable region capture is tedious and confusing at best. (also d-bus just feels...grosss..but that's obviously very subjective)
Re: PipeWire: The Linux audio/video bus
#203Earlier quoted context omitted.
What is pro audio? I'm naive when it comes to this.
Setups for professional music production. This usually requires JACK ( https://jackaudio.org/ ) as audio server, which allows synchronizing and connecting multiple applications. For example, you can have Ardour ( https://ardour.org/ ) as DAW, but use another application like Hydrogen ( http://hydrogen-music.org/ ) for creating drum samples. JACK connects the two applications using a virtual patchbay that allows using…