

Add a debug log line when no text is detected
@88a7f3accd61efd803a8b9e56560750d2dd2b155
--- whisper_online_server.py
+++ whisper_online_server.py
... | ... | @@ -130,7 +130,7 @@ |
130 | 130 |
print("%1.0f %1.0f %s" % (beg,end,o[2]),flush=True,file=sys.stderr) |
131 | 131 |
return "%1.0f %1.0f %s" % (beg,end,o[2]) |
132 | 132 |
else: |
133 |
- # No text, so no output |
|
133 |
+ logger.debug("No text in this segment") |
|
134 | 134 |
return None |
135 | 135 |
|
136 | 136 |
def send_result(self, o): |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?