Hello, In the Message; Subject : Re: why pipewire-pulseaudio Message-ID : <8f32a68a-e93e-4ed1-b890-4261725818c0@gmail.com> Date & Time: Fri, 4 Oct 2024 13:04:34 -0500 [DCR] == "David C. Rankin" <drankinatty@gmail.com> has written: [...] DCR> Since KDE3 kmix is looking for oss, alsa, I can't explain why DCR> pipewire-alsa isn't needed on my Tumbleweed install, but sound DCR> works just fine without it. So some part of the sound setup is DCR> routing to/from kmix just fine without it. DCR> I'd hate to tempt fate by even installing it -- it may flip a DCR> config setting and gift me a few more headaches :) It seems that your approach matches the pipewire development policy and the current situation. From https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/FAQ#does-pipewire-r... Does PipeWire Replace ALSA? No, ALSA is an essential part of the Linux audio stack, it provides the interface to the kernel audio drivers. That said, the ALSA user space library has a lot of stuff in it that is probably not desirable anymore these days, like effects plugins, mixing, routing, slaving, etc. PipeWire uses a small subset of the core alsa functionality to access the hardware (It should run with tinyalsa, for example). All of the other features should be handled by PipeWire. We no longer need pipewire-alsa. (Previously) $ aplay -L null Discard all samples (playback) or generate zero samples (capture) default Default Audio Devicw sysdefault Default Audio Device speexrate Rate Converter Plugin Using Speex Resampler pipewire PipeWire Sound Server speex Plugin using Speex DSP (resample, agc, denoise, echo, dereverb) [...] (Now) -- without pipezwire-alsa $ aplay -L null Discard all samples (playback) or generate zero samples (capture) default Default Audio Devicw sysdefault Default Audio Device speexrate Rate Converter Plugin Using Speex Resampler speex Plugin using Speex DSP (resample, agc, denoise, echo, dereverb) [...] Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Microsoft is overhauling its cybersecurity strategy, called the Secure Future Initiative, to incorporate key security features into its core set of technology platforms and cloud services. " -- Microsoft overhauls cyber strategy to finally embrace security by default --