Fixed bug of left mutex in RtAudio backend

This commit is contained in:
Anne de Jong 2022-10-10 19:29:51 +02:00
parent ebe385b9db
commit ce402acd15

View File

@ -226,7 +226,6 @@ public:
OutDaqCallback outCallback) override final {
DEBUGTRACE_ENTER;
lck lock(_mtx);
assert(!monitorOutput);