systemctl status --user pipewire
systemctl status --user pipewire
Systems just keeps asking me for govt id, I didn’t bring it with me to space
Thanks Dylan
OSS came first, then got replaced by ALSA after it became proprietary.
PulseAudio is a userspace audio server to which programs connect. It manages audio settings per app, then sends everything to ALSA. JACK is the same but with a focus on low latency.
PipeWire is a modern drop-in replacement for both, and also has support for video on Wayland.
pactl load-module module-null-sink and then route them with qjackctl which is absolutely crazy and awesome how pipewire lets you do that.
Give Ubuntu Studio a try maybe? It comes with a lot of audio production stuff preinstalled and preconfigured, one of the most important ones in this context being low-latency process scheduling.
Essentially most distros just have default process scheduling options, which means a process might be starved for CPU time, theoretically for up to 2s or so at a time, which is very bad if that process is generating or consuming an audio stream. Low-latency scheduling, while not entirely preventing it from happening, should significantly reduce this.
You could also just configure most other distros Kernels to do low-latency scheduling of course. Or if you don’t want to muck about with kernel settings try Ubuntu Studio, which has that and more all ready to use.
They don’t have the same goals.
JACK is for professional audio.
OSS and ALSA are kernel audio drivers, they’re the most powerful of them all but extremely low level. Everything else, like pulseaudio/pipewire are just higher-level interfaces that feed ALSA audio.
Pulseaudio and pipewire are sound servers.
So really it only took two tries: OSS -> ALSA Pulseaudio -> Pipewire
wdym?
Astronauts are following the same photo format as they’ve always done, and the penguin is wearing a tuxedo.
Huh.
To me it looks like an actually very well colorbalanced photo… maybe something to do with image formats, different kinds of viewing devices, some kind of HDR process working oddly?
EDIT:
Also, the background, the backdrop, its … the actual pattern of the material is that its lighter and more colorful in the center, and then does a kind of noisy circular taper to black, toward the edges.
Thats not an exposure or contrast error, its an intentional choice, meant to emphasis the center of the image, but also allow the well lit people on the edges to be clearly discernable, in detail.
Its a fairly common practice in more traditional portrait photography.
Yeah I guess that is actually what is happening… combined with… 99% of pictures people see these days are taken with phones or webcams, with different methods of doing color balancing, and different standards for lighting and color grading.
Whereas it used to be, in the before days, in the last century… you’d probably most often see a person pictured in either a school photo, a mugshot, a portrait done for some other occasion, or basically a polaroid, which would be recognizabley differently exposed/styled (basically) from the rest.
Funny thing, but it’s windows I got problem sound problems with. Randomly decide to ignore mic, speakers doesn’t get out of “phone call quality mod”. Every time I need to disconnect then reconnect just for my colleagues to hear me out.
Linux? No problem. Easy effects run perfectly too (except when low CPU availability… But everything at that point gets problems)
Being in IT with windows 11 is awful.
“Why isn’t my mic/audio working?”
Me: “Idk, restart the computer”
“That fixed it. I don’t understand, it was just working yesterday. Why did it stop working?”
Me: “Windows 11 sucks…”
Not to mention how awful it is being in a teams call as the IT guy and my mic isn’t working because, again, windows is ass
What the hell linux distros are so far back in time that they have audio issues? I haven’t had to do anything in maybe the past decade and even when distro hopping it always worked?
Or is it super niche hardware? I haven’t heard of any real people using anything other than mobo built in audio since like 2007.
fake. pipewire is actually awesome.
that nagging sleep issue though? yeah…
actually awesome
It shits the bed about weekly for me. I’m glad it’s working reliably for someone.
it got really hard to use pulse
Pulse was another tumour by Lennart. I have no regrets in its passing.
That’s not a pipewire problem, that’s a systemctl problem.
Failed to connect to user scope bus via local transport: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined
The error means systemctl --user can’t reach your user’s D-Bus session because the required environment variables aren’t set. This typically happens when you’ve switched users via su or sudo rather than logging in directly, because htose don’t initialize a full systemd/PAM session. It could also be that your session wasn’t properly initialized by systemd-logind or a number of other things. Try spawning a proper user session:
sudo machinectl shell your_username@and try the systemctl command again.
typically happens when you’ve switched users via su or sudo rather than logging in directly,
all the new technology!!
oh, now there is no sound…
I actually had a sound issue the other day. Just no sound, how weird. It worked the day before. Checked wpactl, volumes etc, everything was fine and working. Restarted pipewire, still no sound.
Turns out my external mixer lost power because the powet socket was slightly loose.