Solution for How to shut down or reset ASIO driver
is Given Below:
I’d like to completely shut down my ASIO driver or reset it. Calling AsioOut.Stop()
followed by AsioOut.Dispose()
seems to keep the driver active: It’s easy to tell because the control panel is still open in a “stopped” state and the system tray icon sticks around. These will only disappear when I quit my application.
Is there any way to fully reset or fully shut down this ASIO driver without resetting my entire application?