thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 318 forks source link

[discussion only] WASAPI: race conditions fixed #336

Closed petiaccja closed 1 year ago

petiaccja commented 2 years ago

A method to solve the race conditions by replacing the native threading with std::async.