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:
parent
3edf62fc5c
commit
db2f368813
7 changed files with 85 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue