diff --git a/app/streaming/audio/renderers/sdlaud.cpp b/app/streaming/audio/renderers/sdlaud.cpp index c9fcf26c..c21edfa8 100644 --- a/app/streaming/audio/renderers/sdlaud.cpp +++ b/app/streaming/audio/renderers/sdlaud.cpp @@ -58,6 +58,10 @@ bool SdlAudioRenderer::prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION* have.samples, have.size); + SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, + "SDL audio driver: %s", + SDL_GetCurrentAudioDriver()); + // Start playback SDL_PauseAudioDevice(m_AudioDevice, 0);