From a6d11d6051b46f4a8218108e5bf46b03f7696bc7 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:57:03 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79d1071..a0eb447 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ python3 -u subgen_nodocker.py * Long pauses/silence behave strangely. It will likely show the previous or next words during long gaps of silence. * I made it and know nothing about formal deployment for python coding. * There is no 'wrapper' for python for whisper.cpp at this point, so I'm just using subprocess.call +* The Whisper.cpp/OpenAI model seems to fail in cases. I've seen 1 or 2 instances where the subtitle will repeat the same line for several minutes. # What's next?