mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #419] [?Bug Report/Feature Request?] Changing audio device on windows doesn’t apply on on going playback session #268
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#268
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 @TomBonnot on GitHub (May 17, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/419
Describe the bug
Changing default output device onto windows settings doesn’t apply for Psst
To Reproduce
Two different audio device : Headphones and Speakers, Open Psst when being on Headphones default audio, start playback, then change to Speakers, audio will stay on Headphones
Expected behavior
In my above lore, the playback from Psst should go into the Speakers
Environment
Additional context
[Feature Request]
This problem could be fixed by adding a default Output directly into Psst, this way you don’t have to detect main output and auto switching to it with the system, but the user will have to setup its own default audio output for playback (in my situation I would like to have it into my speakers and the rest into my headphones).
This isn’t a top priority point but could be a nice feature.
Anyway, a huge thanks for your work and this helpful lightweight software.
@Insprill commented on GitHub (May 17, 2023):
Duplicate of #215