mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Remove automatic audio configuration permanently due to brokenness and allow renderers to request reinitialization on demand
This commit is contained in:
@@ -12,7 +12,6 @@ public:
|
||||
|
||||
virtual bool prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION* opusConfig) = 0;
|
||||
|
||||
virtual void submitAudio(short* audioBuffer, int audioSize) = 0;
|
||||
|
||||
virtual int detectAudioConfiguration() const = 0;
|
||||
// Return false if an unrecoverable error has occurred and the renderer must be reinitialized
|
||||
virtual bool submitAudio(short* audioBuffer, int audioSize) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user