mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
@@ -88,6 +88,12 @@ void* SdlAudioRenderer::getAudioBuffer(int*)
|
||||
|
||||
bool SdlAudioRenderer::submitAudio(int bytesWritten)
|
||||
{
|
||||
// Our device may enter a permanent error status upon removal, so we need
|
||||
// to recreate the audio device to pick up the new default audio device.
|
||||
if (SDL_GetAudioDeviceStatus(m_AudioDevice) == SDL_AUDIO_STOPPED) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (bytesWritten == 0) {
|
||||
// Nothing to do
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user