clang
This commit is contained in:
@@ -322,7 +322,8 @@ void AudioRenderer::ReleaseAndQueueBuffers() {
|
||||
queue_mixed_multithread.resize(released_buffers.size());
|
||||
for (const auto& tag : released_buffers) {
|
||||
queue_mixed_multithread[thread_counter] = std::async(
|
||||
std::launch::async, [this, tag, voice_context = voice_context, splitter_context = splitter_context,
|
||||
std::launch::async, [this, tag, voice_context = voice_context,
|
||||
splitter_context = splitter_context,
|
||||
mix_context = mix_context] { QueueMixedBuffer(tag); });
|
||||
thread_counter++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user