AscensionGameDev / Intersect-Engine

Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
https://www.freemmorpgmaker.com/
Other
211 stars 351 forks source link

feature: switch audio devices when user switches them #939

Open Cheshire92 opened 2 years ago

Cheshire92 commented 2 years ago

Is your feature request related to a problem? Please describe. When a user changes their audio output device the audio keeps playing on the old device until the client is restarted.

Describe the solution you'd like In most modern games and such the audio switches over to the device with it. Might be worth looking into as a minor enhancement at some point.

lodicolo commented 1 year ago

This requires significant refactoring in MonoGame or a complete re-implementation of the sound system, seems minor, unfortunately is not (I would have fixed it by now otherwise since I'm personally affected by this).

lodicolo commented 1 year ago

This is effectively both a bug and a feature request.

lodicolo commented 8 months ago

Changing this to just a feature request because it doesn't make sense to track such a low-priority high-difficulty change as a bug.