ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

Is there a way to get timestamp from the generated txt output #2135

Open CUexter opened 5 months ago

CUexter commented 5 months ago

I see the timestamp on the stdout, just need them to be on the txt output. Thanks.

hlevring commented 5 months ago

https://github.com/ggerganov/whisper.cpp/pull/1485