These functions might be called by the audio system to kill or revive the streaming-thread.
In certain scenarios, the audio configuration can cause some of these to be called at startup.
By stubbing these, we therefore avoid crashes at startup or exit.
Note that the audiosystem will still crash at exit in some configurations, as the listener ::Release function is not implemented.
These functions might be called by the audio system to kill or revive the streaming-thread. In certain scenarios, the audio configuration can cause some of these to be called at startup. By stubbing these, we therefore avoid crashes at startup or exit.
Note that the audiosystem will still crash at exit in some configurations, as the listener
::Release
function is not implemented.Closes #48