gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Sound output source switching is ignored #68

Closed virtualize closed 3 years ago

virtualize commented 7 years ago

Thanks for the app. Love it! But also found an unpleasant bug: If a song is playing and I switch the output source (e.g. in osx sound preferences from internal to usb soundcard or cinema display) the switch is simply ignored. Have to quit cumulus, switch source, start cumulus. I'm usually switching a few times a day between headphones and speakers, so this is quite annoying.

MichielDeMey commented 7 years ago

I've seen the exact same issue on Spotify (macOS) as well, which leads me to believe the issue extends beyond Cumulus.

virtualize commented 7 years ago

I'm also using https://github.com/Soundnode/soundnode-app (also basically JS / Soundcloud API) and there switching sound sources works flawlessly. Maybe this could help as pointer.

MichielDeMey commented 7 years ago

They uses nw.js instead of electron, which is a different engine. We'll look into this, but the problem (and possible solution) is probably in the electron source.

virtualize commented 7 years ago

Ok. Thanks for taking the time.