diff --git a/cwIo.cpp b/cwIo.cpp index ecf3965..ab18586 100644 --- a/cwIo.cpp +++ b/cwIo.cpp @@ -1803,6 +1803,9 @@ cw::rc_t cw::io::stop( handle_t h ) { io_t* p = _handleToPtr(h); p->quitFl.store(true); + + _audioDeviceStartStop(p,false); + return kOkRC; }