Purfview / whisper-standalone-win

Whisper & Faster-Whisper standalone executables for those who don't want to bother with Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standardoutput flush

netwolf911 opened this issue · comments

Hi,

Thx for your great work.
I build an app in c sharp, with downloader, transcribe, translate. etc.
I tried to catch the stdoutput for progressbar or textbox, but the readline doesn't work.
When the whisper is finished the datas arrvive, seems like the console is doen't flush, keep the thread.
Can you add to the source and rebuild exe?
I think this is the issue, i read same at the original python code also.
Or if you could test it I would be grateful and other for free software with GUI.

thx,
Joe

Look how SE does it, it's c# -> https://github.com/SubtitleEdit/subtitleedit

I think this is the issue, i read same at the original python code also.

Btw, whisper-faster.exe prints to console with flush=True

for free software with GUI.

I don't see any point in GUI, CLI is simpler faster better.
Anyway, I've seen four or five guis already made for it, what's the point of another gui...