insanely-fast-whisper
insanely-fast-whisper copied to clipboard
Updated convert_output.py
Added a sloppy fix to prevent the last timestamp from being null (if Whisper cannot detect a final timestamp, it returns "null" which will be None in Python).
There's probably a better fix than just simply taking the previous timestamp and adding 10 seconds; but this is all a novice programmer could do. /shrug