|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlinestatic |
Releases all audio system resources.
Thread-safe method that performs complete cleanup of the audio subsystem, including stopping and closing any active streams and releasing the RtAudio instance. This method is idempotent and can be safely called multiple times.
This method should be called only before application termination to ensure proper resource deallocation and prevent memory leaks. It is not intended for general use and should not be called during normal application operation.
Definition at line 117 of file RtAudioSingleton.hpp.
References s_instance, s_mutex, and s_stream_open.
Referenced by MayaFlux::Core::RtAudioBackend::cleanup().
Here is the caller graph for this function: