early-access version 2930

This commit is contained in:
pineappleEA
2022-09-02 21:29:33 +02:00
parent 4521504d2e
commit 2e9922a80b
39 changed files with 587 additions and 867 deletions

View File

@@ -46,6 +46,10 @@ void DeviceSinkCommand::Process(const ADSP::CommandListProcessor& processor) {
out_buffer.tag = reinterpret_cast<u64>(samples.data());
stream->AppendBuffer(out_buffer, samples);
if (stream->IsPaused()) {
stream->Start();
}
}
bool DeviceSinkCommand::Verify(const ADSP::CommandListProcessor& processor) {