mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #280] Windows CPAL Panic #200
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#200
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 @DusterTheFirst on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/280
Describe the bug
When attempting to play a song, a the song does not play and nothing seems to happen. Running the gui from the console, one can see a panic message as soon as the playback is requested.
Panic
Environment
OS:
Version: https://nightly.link/jpochyla/psst/actions/runs/1748008154/Psst.exe.zip
@jpochyla commented on GitHub (Mar 12, 2022):
Hi, your audio output has only one channel (mono), and Psst is doing only very rudimentary channel mapping. Either way, I doubt you actually want to listen to music on mono. Is your setup indeed limited in this way, or is the output selection logic wrong?
@DusterTheFirst commented on GitHub (Mar 13, 2022):
My audio output is not mono. The output logic most probably is selecting the wrong output format.