randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Engine Does Not Switch To Heaphones When Hotplugged #5

Open randomPoison opened 9 years ago

randomPoison commented 9 years ago

If the game is started when no headphones are plugged in and then the user plugs in headphones gunship will continue to use the speakers for audio. This should be changed so that the engine always uses the current default audio device, and it should automatically detect when this changes. This is related to #4.