insanely-fast-whisper icon indicating copy to clipboard operation
insanely-fast-whisper copied to clipboard

Updated convert_output.py

Open DavidScann opened this issue 8 months ago • 0 comments

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

DavidScann avatar Jun 16 '24 07:06 DavidScann