mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 12:29:14 +00:00
audio_core: Flush stream when not playing anything
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
|
||||
void Clear();
|
||||
|
||||
void Flush();
|
||||
|
||||
private:
|
||||
u32 m_sample_rate;
|
||||
u32 m_channel_count;
|
||||
|
||||
Reference in New Issue
Block a user