audio_core: ignore renderer wait when stream is paused

This commit is contained in:
Liam
2023-11-12 23:10:53 -05:00
parent 767c4b5a99
commit ecaa038b4d
4 changed files with 18 additions and 4 deletions

View File

@@ -213,6 +213,12 @@ public:
*/
void WaitFreeSpace(std::stop_token stop_token);
protected:
/**
* Unblocks the ADSP if the stream is paused.
*/
void SignalPause();
protected:
/// Core system
Core::System& system;