-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
PulseAudio sound does not work in Electron apps #158474
Comments
I can confirm this. I also lost sound in LBRY 2 or 3 days ago. Also, I am using Pipewire with Pulse compatibility. |
On nixos unstable, I'm getting the same issue just running
ping @fps @L-as @AndersonTorres as you maintain some ALSA parts |
This should already be fixed, but I think it's in staging. Can't remember PR number.
|
#157631
I think you can just close this.
|
Yep, thanks! |
Did sound return to your applications, @alyaeanyx ? LBRY still does not output sound on |
That's because it's in staging. |
Describe the bug
Sound does not seem to work in Electron apps (for instance Element and FreeTube) with PulseAudio. The rest of the application works fine, but when they should normally play sound, the application stays mute and also doesn't show up in pavucontrol.
Steps To Reproduce
Steps to reproduce the behavior:
sound.enable = true
andhardware.pulseaudio.enable = true;
Expected behavior
There should be sound
Logs
This is the stdout of FreeTube when I try to play a video with sound:
Additional context
The problem occurs on nixos-unstable. I've tried to
git bisect
the bug, but I got stuck becausenixos-rebuild
had to build too many packages from scratch. So far, I've narrowed it down to bb141a8 (last known good commit) to a458189 (first known bad commit).Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: