* Check if audio device has been initialized successfully. */
| 53 | * Check if audio device has been initialized successfully. |
| 54 | */ |
| 55 | static bool IsReady() { return ::IsAudioDeviceReady(); } |
| 56 | |
| 57 | /** |
| 58 | * Set master volume (listener). |
nothing calls this directly
no outgoing calls
no test coverage detected