mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #171] Audio stops working after pausing and resuming #125
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redcathode on GitHub (Sep 7, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/171
Running on Arch Linux with PipeWire for audio, using KDE and Wayland.
When psst-gui is first started, I'm able to click on a song to play it, but after doing certain things related to playback, (i.e. pausing and resuming the song or manually switching to another song) the audio fails to play. Strangely, while pausing and resuming kills the playback, skipping through it via the playback bar or letting it continue to another song automatically doesn't.
Here are the logs, although they don't seem to give any notable information:
@pablodz commented on GitHub (Sep 8, 2021):
Looks like error using pipewire due it controls alsa in different ways than pulseaudio
@jpochyla commented on GitHub (Sep 14, 2021):
We will rework the audio output soon, and probably switch to
cpal, which should help with PipeWire configs.@jacksongoode commented on GitHub (Sep 14, 2021):
https://github.com/H-M-H/psst/tree/cpal This would be a great branch to start with.
@jpochyla commented on GitHub (Dec 24, 2021):
Closing as we're using
cpalalready.