Add timestamp to verbose output

#21
by FlippFuzz - opened

Example change:

Running whisper from  02:17.050  to  02:33.664 , duration:  16.613999999999976 expanded:  0.0 prompt:  None language:  ja
[00:00:00.000->00:00:03.400] Ah, no, ah, ha
[00:00:03.400->00:00:06.600] Everyone, it's Kou-kun!
[00:00:06.600->00:00:08.400] Good evening!

This pull request adds the start and end time from the raw segments returned by Whisper.

FlippFuzz changed pull request title from Add timestamp to generated output to Add timestamp to verbose output

Good idea, though it looks like it could use a space after the timestamp:

Running whisper from  01:29.472  to  01:58.416 , duration:  28.94399999999999 expanded:  0.0 prompt:  秋が近づいているんですよね 私は最近8月の間 sns をあまりチェックしていませんでした のりjp teacher というアカウントで language:  ja
[00:00:00.000->00:00:09.200]ツイッターとインスタグラムを持っていて 時々本当に時々だけ何か投稿しているんですけれども
[00:00:09.200->00:00:20.320]9月8月じゃないね8月はほとんどチェックしなかった ほとんどっていうのは実は嘘で週に何回かはチラッとチェックしていたんだけれども
[00:00:20.320->00:00:27.280]デジタルデトックスをやっていたんですね あの効果があったと思いますなぜなら
[00:00:27.280->00:00:30.320]7月ぐらいかな
Whisper took 3.823221900000007 seconds

But I can just merge this and add it myself. 👍

aadnk changed pull request status to merged

Sign up or log in to comment