Hotplug
#403
Replies: 1 comment
-
No, this is not supported. I don't have an immediate plans for this. Does anyone have any information on how to do this on the major backends (WASAPI, ALSA, PulseAudio, Core Audio)? A workaround solution, albeit a crude one, could be to have a low priority thread that continuously enumerates over devices every few seconds and performs an intersection of the enumerated devices to detect which ones are new and which are unplugged. If this was ever implemented in miniaudio, this is how it would be done for backends without direct support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does miniaudio support hotplug device detection? If no, can it be implemented? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions