NixOS/Linux: Audio and playback issues (ALSA backend?) #59
Unanswered
zzzealed
asked this question in
Issue triage
Replies: 2 comments 1 reply
-
Actually maybe setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Spotify and Tidal probably don't work since glide doesn't support DRM, see https://glide-browser.app/faq#why-can't-i-play-drm-content |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I built Glide by copying the derivation from Nixpkgs and used
callPackage ./derivation.nix {}
on it.Then I launched it with
$ glide
.My system uses Pipewire as it's audio backend with ALSA and PulseAudio support enabled.
When playing YouTube videos the audio would intermittently cut or distort. Additionally, the playback on music services like Spotify or Tidal would refuse with an error. I checked
about:support
and the "Audio Backend" is weirdly enough set as "alsa", which I think is actually a deprecated "Audio Backend" in Firefox? It also showed pretty limited decoding options.On my Firefox instance the "Audio Backend" is "pulse-rust", and I don't have any audio or playback issues.
Setting the preference
media.cubeb.backend = pulse
seems to fix these audio cuts in YouTube, But I'm still left with the playback issues on Spotify/Tidal.Perhaps the Firefox build needs a
--enable-pipewire
-flag or something similar?Spotify-web's console:
Beta Was this translation helpful? Give feedback.
All reactions