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

Fixed leaking of WASAPI IAudioClient3 interface #384

Closed mvshyvk closed 1 year ago

mvshyvk commented 1 year ago

Fixed leaking of IAudioClient3 interface. Leds on USB audio devices kept flashing even after closing the stream and freeing RtApi object.

mvshyvk commented 1 year ago

@garyscavone Please, review fix for leaked interface in WASAPI implementation