mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
audio_core: Flush stream when not playing anything
This commit is contained in:
parent
84b7a67ef1
commit
9ffbfeee26
6 changed files with 23 additions and 0 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
|
||||
void Clear();
|
||||
|
||||
void Flush();
|
||||
|
||||
private:
|
||||
u32 m_sample_rate;
|
||||
u32 m_channel_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue