Shipwright/soh/soh/OTRAudio.h
2022-05-12 13:28:24 -04:00

9 lines
162 B
C++

#pragma once
static struct {
std::condition_variable cv_to_thread, cv_from_thread;
std::mutex mutex;
bool initialized;
bool processing;
} audio;