audio_core: ignore renderer wait when stream is paused

This commit is contained in:
Liam 2023-11-12 23:10:53 -05:00
parent 81373c8499
commit c0e37fa65f
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;