Shipwright/soh/soh/OTRAudio.h

9 lines
162 B
C
Raw Normal View History

2022-05-12 13:28:24 -04:00
#pragma once
static struct {
std::condition_variable cv_to_thread, cv_from_thread;
std::mutex mutex;
bool initialized;
bool processing;
} audio;