audio_core: Flush stream when not playing anything

This commit is contained in:
MerryMage 2018-09-12 18:07:16 +01:00
parent 55af5bda55
commit 957ddab679
6 changed files with 23 additions and 0 deletions

View file

@ -24,6 +24,8 @@ public:
void Clear();
void Flush();
private:
u32 m_sample_rate;
u32 m_channel_count;