tigros / Whisperer

Batch speech to text using OpenAI's whisper.
264 stars 24 forks source link

Not skipping if output exists #49

Closed RickArcher108 closed 9 months ago

RickArcher108 commented 9 months ago

In earlier versions of Whisperer, the "Skip if output exists" feature worked. I could interrupt a batch of 1,000 audios halfway through, and when I resumed it, within seconds it showed that 500 had been completed, and it resumed where it left off. With 3.0 and 3.1, this feature is not working for me. If I interrupt a batch and then resume, it re-transcribes them all.

tigros commented 9 months ago

Hi Rick,

That's likely because i moved the counter, it no longer increments when exists, so internally it should be fine still.

RickArcher108 commented 9 months ago

Are you suggesting that instead of adding up the tasks that are already completed, it disregards them and begins counting only the newly accomplished tasks?

tigros commented 9 months ago

yes you want me to put it back?

RickArcher108 commented 9 months ago

I prefer the old way, but it's up to you.

tigros commented 9 months ago

ya you could be right i'll put it back no problem. i'll replace current version.

RickArcher108 commented 9 months ago

Thanks. Will this be 3.2?

tigros commented 9 months ago

ok 3.1 replaced.