audio_core: Flush stream when not playing anything
This commit is contained in:
parent
55af5bda55
commit
957ddab679
6 changed files with 23 additions and 0 deletions
|
@ -25,6 +25,8 @@ private:
|
|||
size_t SamplesInQueue(u32 /*num_channels*/) const override {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Flush() override {}
|
||||
} null_sink_stream;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue