-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong stream handling with multiple sinks/sources per device #119
Comments
For reference, here is my current config:
|
I just found the -vv command line option. In the log below you can see:
|
I just noticed on the log above: I select "LG Monitor" which corresponds to HDMI1 and it tried to activate HDMI3, which is "offline" now (unplugged) and it makes total sense that it fails and selection go back to the last working one (the USB output) -- actually on the pulseaudio side it just works, it selects HDMI3 and sound goes nowhere, but on the ISS side the bullet goes back to USB device. I confirmed this visually: I click on "LG Monitor" in the ISS menu and I immediately see "HDMI3" being selected in the spotify output at the pulseaudio volume control. Clicking on Laptop->Speakers also tries to select HDMI3 instead of internal speakers. |
I think this issue is the same as #107 |
Just FYI I tested with gnome extension "Sound Input & Output Device Chooser" [1] and it works as expected. [1] - https://extensions.gnome.org/extension/906/sound-output-device-chooser/ |
Duplicate of #107. |
I have been a happy user of Indicator Sound Switcher for years in Ubuntu Focal LTS (20.04). Today I migrated all my configs to a new laptop on Ubuntu Jammy LTS (22.04). It was a complete new install, including new config (I started with old config but deleted it and started over after I started debugging this problem).
On the menu I see two devices, my USB one and my onboard one. The USB one has one mic and one speaker. The onboard has two outputs, one internal speakers and one for HDMI audio out to the monitor speakers, and one microphone.
When I start the application, the USB is selected for both input and output. I cannot select any other. They are on the menu, I click them, but nothing happens. If I insist I can eventually see the bullet changing to the other one (takes a lot of tries) but immediately goes back to the USB output (the same for the input selection). Nothing happens to the audio, always going to the USB even during that quick moment.
If I open pulseaudio volume control and click to change fallback to other devices, it works normally, including audio following the selection in real time. Volume buttons also follow the selection correctly. It seems everything is as expected on the pulseaudio side.
Interestingly, even when I change audio to HDMI using pulseaudio volume control, on the ISS menu it still points to the USB device. If I then click HDMI output on the menu (audio is already on HDMI) it immediately goes back to USB device, and I can see on pa volume control it changing back to the USB as a fallback.
This might have something to do with the change to pipewire, maybe?
Please let me know what kinds of tests I can do and what debug/logs to check or post here.
Thank you!
The text was updated successfully, but these errors were encountered: