linto-ai / whisper-timestamped

Multilingual Automatic Speech Recognition with word-level timestamps and confidence
GNU Affero General Public License v3.0
1.87k stars 150 forks source link

Option to change unit time (seconds -> milliseconds) #116

Open Thomasssb1 opened 1 year ago

Thomasssb1 commented 1 year ago

When using this, it works really well but I need for my time to be in milliseconds and although I can convert from seconds to milliseconds, it would be alot nicer if I could skip the need for code and add an option for it before generating the json file. If it could be done on command line it would eliminate the need for intermediary code to change from seconds to milliseconds once generated. Thanks.