FNA-XNA / FAudio

FAudio - Accuracy-focused XAudio reimplementation for open platforms
https://fna-xna.github.io/
Other
546 stars 73 forks source link

win32: Always check the return value of GetDefaultAudioEndpoint #348

Closed alexhenrie closed 4 months ago

alexhenrie commented 4 months ago

And don't crash if the computer doesn't have any audio devices.

Fixes #347

alexhenrie commented 4 months ago

Thank you!