diff options
| -rw-r--r-- | Whisper/Whisper/ContextImpl.capture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Whisper/Whisper/ContextImpl.capture.cpp b/Whisper/Whisper/ContextImpl.capture.cpp index 70bce77..c0d3d28 100644 --- a/Whisper/Whisper/ContextImpl.capture.cpp +++ b/Whisper/Whisper/ContextImpl.capture.cpp @@ -209,6 +209,7 @@ namespace return S_OK; } + // This method is called in a loop until user stops the audio capture HRESULT Capture::run() { HRESULT hr; |
