mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Allow audio to recover if no audio devices were present during stream start
This commit is contained in:
@@ -79,6 +79,8 @@ private:
|
||||
|
||||
IAudioRenderer* createAudioRenderer(const POPUS_MULTISTREAM_CONFIGURATION opusConfig);
|
||||
|
||||
bool initializeAudioRenderer();
|
||||
|
||||
bool testAudio(int audioConfiguration);
|
||||
|
||||
int getAudioRendererCapabilities(int audioConfiguration);
|
||||
@@ -184,7 +186,8 @@ private:
|
||||
|
||||
OpusMSDecoder* m_OpusDecoder;
|
||||
IAudioRenderer* m_AudioRenderer;
|
||||
OPUS_MULTISTREAM_CONFIGURATION m_AudioConfig;
|
||||
OPUS_MULTISTREAM_CONFIGURATION m_ActiveAudioConfig;
|
||||
OPUS_MULTISTREAM_CONFIGURATION m_OriginalAudioConfig;
|
||||
int m_AudioSampleCount;
|
||||
Uint32 m_DropAudioEndTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user