206
submitted 5 months ago by petsoi@discuss.tchncs.de to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] TheGrandNagus@lemmy.world 99 points 5 months ago* (last edited 5 months ago)

PipeWire is great.

I remember a lot of people kicking up a fuss about it years ago saying it's a mess and we should stick to PulseAudio or routing audio to ALSA, but personally for me it's been great, far less troublesome than previous solutions, and the vast majority seem to agree.

The pain points were short-lived and now we're reaping the benefits of having a modernised, easier to maintain, less janky system. Credit to the devs, and to the distros who pushed it.

[-] AbidanYre@lemmy.world 32 points 5 months ago

There was a similar fuss when distros moved from alsa to pulse.

[-] SpaceCadet@feddit.nl 32 points 5 months ago

And rightly so. There's a reason we're migrating away from pulse to pipewire.

For the longest time the solution to any audio issues was "just uninstall PulseAudio, and use plain ALSA", and that usually worked. I held out for years and ran an ALSA only setup because it just worked and PulseAudio was always giving me one issue or another (audio lag, crackling, unexplained muting), until some applications started to drop ALSA support.

Then Pipewire came along, and so far it has been rock solid for me.

[-] folkrav@lemmy.ca 5 points 5 months ago

Both were just a pain in their own right, IMHO. My previous Focusrite interface was quite fiddly to get working with ALSA and just worked OOTB with Pulseaudio. I also don’t miss messing with ALSA/JACK at all.

Pipewire has pretty much been a drop-in replacement for me, with how it can act as a Pulseaudio backend.

[-] SpaceCadet@feddit.nl 3 points 5 months ago

Possibly hardware dependent?

I always had audio hardware that was well supported by ALSA, I never had any ALSA issues until applications stopped supporting it.

[-] Jordan_U@lemmy.ml 4 points 5 months ago* (last edited 5 months ago)

Pulseaudio used features of sound cards (most prominently the hardware read pointer) that ALSA/dmix alone never used.

ALSA/dmix could allow you to get the same power savings as pulseaudio if you set the hardware ring buffer size to, say, 2 seconds.

And that would be fine of you were just playing some music, but if you were also chatting and wanting to get prompt notification sounds they would always be delayed between 0 and 2 seconds depending on where the hardware read pointer happened to be when the system tried to play a notification sound.

ALSA/dmix could also allow you to set a tiny buffer size. Then your music would play, and your notification sounds would play promptly too. But if you were just playing music your CPU would never be able to go into the lower power sleep states because it would need to wake up every centisecond to service the tiny ring buffer.

That would kill your battery life.

Pulseaudio's (terribly named) "glitch free" audio feature was the first solution for Linux that allowed you to get power savings and low-ish latency. Your mp3 player filled up the ring buffer once every two seconds, and if a notification came in pulseaudio would look at where the hardware read pointer was, take the contents of the buffer that was just about to be read, and mix the notification sound into it, writing the newly mixed sound data to the buffer just before the sound card read it.

So, from the user's perspective nothing interesting seemed to happen, but they get better battery life and things like notifications or game sounds work like they expect them to.

ALSA drivers would commonly advertise support for accurately and precisely reporting the position of the hardware pointer, but since nothing actually used that info before, many drivers gave incorrect results, which would only cause problems when using pulseaudio.

[-] Oisteink@feddit.nl 1 points 5 months ago

Does pipewire interface directly to drivers or is it user-space magic on top of alsa like pulseaudio?

[-] SpaceCadet@feddit.nl 2 points 5 months ago

It runs on top of ALSA, as far as I know.

[-] Peter1986C@lemmings.world 0 points 5 months ago

I believe it is U-space on top, but I could be wrong.

[-] WarmApplePieShrek@lemmy.dbzer0.com 2 points 5 months ago

until some applications started to drop ALSA support.

Just run them with apulse

[-] SpaceCadet@feddit.nl 1 points 5 months ago

Yeah I did that for a while with firefox.

And then firefox broke apulse again due some sandboxing permissions, and you had to override it with some about:config flag: security.sandbox.content.write_path_whitelist

So that worked for a while and then the audio in some proton games stopped working, and that's when I said fuck it and gave up. I'm only prepared to play the whack-a-mole game for so long, and if the solution to pulseaudio flakiness becomes even more alsa related flakiness, it's not worth it anymore.

[-] acockworkorange@mander.xyz 0 points 5 months ago
[-] HuntressHimbo@lemm.ee 19 points 5 months ago

Having been a linux user around the time of both rollouts I've had a way better time with pipewire. We've come a long way since OG pulseaudio

[-] AbidanYre@lemmy.world 7 points 5 months ago

I seem to remember canonical rushing pulse into an LTS before it was actually ready. Not the first time they've done that either.

[-] GenderNeutralBro 11 points 5 months ago

I remember a lot of people kicking up a fuss about it years ago saying it’s a mess

I remember the same type of discussion when PulseAudio was new, nearly 20 years ago. It's just growing pains. I hopped on board with PulseAudio ASAP back then, and yeah, it was kind of a mess but it did what I needed, and the alternatives did not.

I don't recall having any audio issues in recent years, either on PulseAudio OR PipeWire. But then again, I'm still not running Wayland (I plan to...soon™) and this is the first I've heard of issues with Flatpak (maybe I've been using PipeWire longer than I've been using Flatpak; can't recall).

[-] MonkderZweite@feddit.ch 1 points 5 months ago

Btw, Analog out is always at 30db with step 2 of 100 or so. How do i set that one port to be less loud by default, in pipewire?

[-] Fisch@lemmy.ml 1 points 5 months ago

The latency is insanely low on Pipewire, which is important for rythm games like osu!, that's why I originally switched to it. It's also really cool how it's compatible with all other audio backends as well.

this post was submitted on 23 Feb 2024
206 points (97.7% liked)

Linux

46643 readers
785 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS