Replies: 2 comments
-
Using whisper locally, and gaining more understanding of its inner workings, I'm suspecting at least part of the bug described above (1.) is related to audio being manipulated initially via The API should account for this though, imo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
1 and 2 are addressed by PR #1114 . Feel free to test it and see if it helps in your case. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the OpenAI Whisper API, I'm getting timings that are partially off and some are predictably completely wrong.
I'm trying to generate subtitles for audio and so far have implemented some hacky workarounds that help me fix the issue only somewhat (transcribing audio per-sentence and re-calculating the time of the last segments), but I don't think I should have to.
Steps to reproduce:
Expected result:
Actual result:
Additional information
Beta Was this translation helpful? Give feedback.
All reactions