Replies: 1 comment
-
Although you obtained a txt writer, you didn't use it. So any output you are seeing is not from the writer, and is probably just Whisper's on-screen display showing the transcription progress. What you need to do is now invoke the writer function: writer(result, audio_path, {}) The output will be written to a file in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used this code to try to get it to output .txt without timestamps but it still has the subtitling format:
I want it to output plaintext without any formmatting. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions