What is recommeded: Pulseaudio or Pipewire?

Which sound server should I use ?
Pulseaudio or Pipewire ?
Actually, Pulseaudio is used and running.

If it ain’t broke, dont fix it. :slightly_smiling_face:

I never had any problems with pulseaudio.
And seeing that … some … people here have problems with switching to pipewire
I’d not recommend switching.

However, because I recently reinstalled, pulseaudio was by default not even there - so I do actually use pipewire now.
(not Manjaro - EOS)

Everything works just like it did before.

2 Likes

Pipewire by a mile. But do note this comes from the perspective of a musician instead of just a listener, I have Jack powered apps that PulseAudio can do nothing about and even requires bridging to coexist peacefully. With Pipewire, that thing alone can handle everything with 0 config.

As said, if it works, don’t touch it.
If you don’t have special demands, just the usual audio user, don’t worry about this, both will do.
And if you are asking this, you most probably don’t need anything that pulseaudio cannot do.

I was at pulseaudio before, and it worked fine.
I’ve had some problems with audio (kernel related, really) in December, and so I’ve changed into pipewire just to see if it could fix them. And now I’m on pipewire, and working fine, also.
In my case, including some light professional audio use.
So, probably, for most non intensive use, both work flawlessly.

Most probably the time will arrive in which pulseaudio will start to become abandoned, and pipewire will be the default and active option, and changing into it will be recommended or even needed. But probably not before a couple of years, or longer.

  5 extra/manjaro-pipewire 20221015-2 [0B 1.52KiB] [Installed]
    Manjaro meta package for complete PipeWire support.

Take a snapshot and carry on.

1 Like

I used to have issues with crackling audio on Pulseaudio, when I had two (or sometimes more) sources active at the same time with different sample rates. This happened when one of them was a game, running via Wine, specifically.
Decided to try out PipeWire one day, just to see if anything would change, and I haven’t looked back since.

1 Like

@Keruskerfuerst thanks for asking this question. It has been on my mind too.

I’ve been reading up on the whole history of linux audio stack - oss, alsa, pulseaudio & jack, and now pipewire.

Two questions:

  1. pipewire hasn’t hit version 1 (0.3.63) yet, does that make it beta?

  2. Users using pavucontrol to manage device, application, stream volume and other, what is the replacement in pipewire?

Linux Magazine had a write-up on this topic, Getting Ready for PipeWire .

I think it is the future, even if wayland and flatpak aren’t on your radar. The question is, is the future today or a year from now. :slight_smile:

No, semantic versioning that PipeWire used doesn’t state that major version 0 is a beta work. Rather, it’s in rapid development state. Beta (or alpha as well as rc) is stated specifically after patch, such as 0.3.63-beta.

Guess what: pavucontrol. It works with PipeWire, the package pipewire-pulse provide pulseaudio compatible interface that Pavucontrol connects to.

If you need to screen sharing in a wayland session, pipewire is a must.

When I first started using Linux for audio production I was using JACK and ALSA because it had better audio quality than XP (and didn’t fall apart after 2 or 3 hours of live streaming)

I switched to Manjaro 8 years ago to get PulseAudio integrated to my workflow properly. Manjaro forum was the best place at the time to collaborate with really clever Linux people (before EOS and Garuda)
…and it has all been mostly flawless since then for many hours of late-night live online parties
(any glitches are usually between chair and keyboard/microphone!)

But most of the time now I turn off JACK and PulseAudio and use ALSA (and enjoy the simplicity)

Nothing has been broken for many years so I don’t need to replace anything with a more complex imitation

For new users, I suggest using whatever satisfies the most important principle of audio engineering

This is also consistent with Manjaro ethos that this is your system under your control and you should be free to choose whatever you want

(users should be aware that there are some forum members from other distributions that do not understand or respect this ethos and are not willing/capable of explaining the different options here)


Metapackages manjaro-pipewire and manjaro-pulseaudio should allow users to switch between
the two conflicting sound servers easily with pamac or pamac-manager No current issues reported for either metapackage

Issues with pacman or yay would probably be be ignored or rejected upstream if it relates to Manjaro metapapckages

1 Like

Thanks for the comments for my thread: what is recommended Pulseaudio or Pipewire?

Based on my experience with my hardware, I can recommend both, since I used Pulseaudio without issue, then switched to pipewire out of curiosity and it also works without issue (and I remain using pipewire). So I recommend you try both and decide for yourself. What works best at this time for someone else and their hardware may not work for you.

i agree with all things said by the pipewire camp.

in my case pulse-audio though officially supporting bluetooth in V15, arch decided to skip HD codecs which made pipewire a dealbreaker. pipewire supports HD codecs out of the box

Does dmix allow you to do the above successfully?

[HowTo] Enhance your Linux audio with EasyEffects or PulseEffects Legacy - Contributions / Tutorials - Manjaro Linux Forum I have been using it for a long time, you can set it up much better, due to Easy Effects

I was looking at replacing vlc with mpv after reading this forum entry. I used google translate.

mpv has a requirement for pipewire. It’s the first package on XFCE that I have run into. I suppose more will be coming.

If a user installs a package that requires pipewire, and it appears it is just pipewire and not pipewire-*, does that mean users will be running 2 sound servers (inxi -A)? How does that work exactly?

PipeWire is not only a sound server but also a general multimedia server (cameras, screen sharing etc in Wayland e.g. work through it) so you’ll end up with PulseAudio managing audio and PipeWire managing everything else.

1 Like

Not :100: certain it’s still the same but some DE like Cinnamon rely on pulse audio. I found out the hard way removing pulse audio removed my entire cinnamon desktop and left me with a none booting system.

Just something to bear in mind if anyone is thinking of switching, just make sure you check it’s not going to break anything else

1 Like

That’s not true. You probably removed pulseaudio without installing pipewire properly which removed too much.

In the long run, pipewire is the way to go. The meta-package manjaro-pipewire takes care of everything.

pulseaudio-alsa is a dependency of cinnamon desktop or it certainly was unless cinnamon removed it. So you need to keep that on cinnamon if you move to pipewire

My post was to make sure you don’t break anything by checking depencies which is always good practice