ASIO backend, part 6

add support for handling device resets
this will be extended to the SDL and PortAudio backends soon
This commit is contained in:
tildearrow 2025-10-25 18:40:02 -05:00
parent 3edf62fc5c
commit db2f368813
7 changed files with 85 additions and 1 deletions

View file

@ -1403,6 +1403,12 @@ class DivEngine {
// get audio desc
TAAudioDesc& getAudioDescGot();
// get audio device status
TAAudioDeviceStatus getAudioDeviceStatus();
// acknowledge an audio device status change
void acceptAudioDeviceStatus();
// init dispatch
void initDispatch(bool isRender=false);