-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] can't overlay libatomic #325
Comments
As a temporary workaround, might I suggest EasyEffects? Runs in Flatpak, is pipewire native and provides noise cancellation effects. |
Running the noise suppression for voice pipewire filter chain is much more low level and doesn't need any manual button clicking in a GUI, etc. The old version of the librnnoise_ladspa.so doesn't require libatomic, so I'm using that for now. Thanks for the suggestion though, EasyEffects seems great for some of my other use cases |
Likely due to #322 |
yup, didin't notice that other packages also weren't persisting |
libatomic
seems to be broken. The latest update of the the noise suppression for voice filter chain in pipewire requireslibatomic
, and I can't seem to overlay it correctly.After running
rpm-ostree install libatomic
and rebooting,rpm-ostree remove libatomic
produceserror: Package/capability 'libatomic' is not currently requested
, so it never installed in the first place?running
ldd
on librnnoise_ladspa.so` producesTo Reproduce
Please describe the steps needed to reproduce the bug:
Expected behavior
The pipewire noise suppression filter chain working as with previous versions
OS version:
journalctl_pipewire.txt
The text was updated successfully, but these errors were encountered: