diff options
| author | Konstantin <const@const.me> | 2023-01-16 22:30:25 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 22:30:25 +0100 |
| commit | 15aea5bccc5d03c15edc8acbdd1dacd6f2382caf (patch) | |
| tree | 61296b9c655c6c0c40edf229ad564885a2909885 | |
| parent | 4b7e463aae6da3e12d335f52e116b4f0ec779804 (diff) | |
Comment
| -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; |
