summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2019-04-07 15:02:40 -0400
committerGary Scavone <gary@music.mcgill.ca>2019-04-19 15:16:47 -0400
commit0eb9c6351d0f7e51b625547af94b9c01828b2963 (patch)
tree53851fff8af32b84420c9415ac77ef3a01122ab5 /RtAudio.cpp
parent3619a028768e5f689aeaa49838f5216914d9163c (diff)
Bug fix for double stream time ticking in OS-X if duplex stream with two different devices.
Diffstat (limited to 'RtAudio.cpp')
-rw-r--r--RtAudio.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index fd8380b..2edc14a 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -1947,7 +1947,6 @@ bool RtApiCore :: callbackEvent( AudioDeviceID deviceId,
}
unlock:
- //MUTEX_UNLOCK( &stream_.mutex );
// Make sure to only tick duplex stream time once if using two devices
if ( stream_.mode != DUPLEX || (stream_.mode == DUPLEX && handle->id[0] != handle->id[1] && deviceId == handle->id[0] ) )