mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #29] Cannot play any song (NixOS) #22
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#22
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 @qezz on GitHub (Jan 26, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/29
Hi,
I successfully build and run the app. GUI seems to show that a song is being played, though I cannot hear any sound.
The following appears in the log:
Environment
cargo 1.51.0-nightly (783bc43c6 2021-01-20)rustc 1.51.0-nightly (f4eb5d9f7 2021-01-25)I've found an issue about connection interruption (https://github.com/jpochyla/psst/issues/10), but my PC is connected via Ethernet cable, and also I cannot play any song at all.
Let me know if any additional information is needed.
@qezz commented on GitHub (Jan 26, 2021):
All right, I figured out that the following is relevant for me:
github.com/jpochyla/psst@ad7b21031c/psst-core/src/audio_output.rs (L100-L104)device.context().backend()returns NullEdit: Well, maybe it's OK to have a 'Null' device on line 104, though it doesn't change to anything else even when device is supposed to be started.
@qezz commented on GitHub (Jan 26, 2021):
Probably it's an issue with either my configuration or miniaudio. I close this issue since it's not about Psst.
P.S. Related miniaudio issue: mackron/miniaudio#267