Get the name of the current audio driver.
Defined in <SDL3/SDL_audio.h>
const char * SDL_GetCurrentAudioDriver(void);
(const char *) Returns the name of the current audio driver or NULL if no driver has been initialized.
The names of drivers are all simple, low-ASCII identifiers, like "alsa", "coreaudio" or "wasapi". These never have Unicode characters, and are not meant to be proper names.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.