Far-Se / win32audio

Flutter package to handle windows audio devices. Also extracts native icon to bytes in dart
MIT License
16 stars 5 forks source link

Bugfix: Do not crash EnumAudioDevices if no default audio endpoint is set #7

Closed dgimb89 closed 1 month ago

dgimb89 commented 1 month ago

This PR gracefully handles an edge case when no default audio endpoint is set, i.e. if the system has no input audio device.

For testing I'd recommend to disable all audio input devices through the Windows device manager.