Handle lack of an audio device gracefully without hangs

This commit is contained in:
wheremyfoodat 2024-12-05 01:27:12 +02:00
parent 63cbfbb523
commit 873fca076a
2 changed files with 6 additions and 0 deletions

View file

@ -36,4 +36,6 @@ class MiniAudioDevice {
void start();
void stop();
bool isInitialized() const { return initialized; }
};