mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #215] Doesn't switch device when changed #158
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#158
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 @confact on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/215
Describe the bug
I am using latest commit (
96059d95d6) and it works good on my mac. The only thing is that I can start playing and then plug in a Bluetooth headset, and it will continue to play in the speakers while everything else goes through the headset.To Reproduce
Expected behavior
I want it to change to the new default device - listening on sound device changes.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
@jpochyla commented on GitHub (Nov 17, 2021):
Yup, this is unfortunately a limitation of CPAL at the moment https://github.com/RustAudio/cpal/issues/373
@confact commented on GitHub (Dec 8, 2021):
@jpochyla, okay. I would love it to be fixed, as I have to restart Psst 3-4 times a day now every time I connect my BT headset.
I will follow that issue for sure! Do you have any ideas what I could do until then?
@jpochyla commented on GitHub (Dec 8, 2021):
It annoys me as well, I'll look into it.
@yerke commented on GitHub (Mar 18, 2022):
Do I understand correctly that https://github.com/RustAudio/cpal/pull/648 is going to fix this issue?
@SO9010 commented on GitHub (Jan 30, 2025):
@jacksongoode is this an issue for you? I can test on windows soon to see if its still an issue there. On linux its fine.