emcodem
emcodem
Yes, the download is called cli.zip and the program inside cli.zip is called main.exe https://github.com/Const-me/Whisper/releases/tag/1.12.0 You will see the progress on commandline because every translated line is printed to stdout.
@DontDeleteTim as there is no real manual here all we can do is to trial and error. There is a commandline program part of this repository for streaming from microphone...
@sidoitsu48 Your error message says Unable to decode audio file "true". You have to remove all "true" from your command, e.g. just write -osrt but not -osrt true, same with...
@DontDeleteTim i fear the -otxt option is not implemented, so the best you can do is to pipe the output to a file. In your example maybe like this: `"[path]\MicrophoneCS.exe"...
-otxt is useless, just omit it when you pipe the output to %1, you must call your batch like: `c:\batches\mybatch.bat "c:\temp\outputfile.txt"` This way, %1 stands for "c:\temp\outputfile.txt" You shall see...
hehe well it outputs text to stdout, so text output is very much supported. All you need to know is how to pipe from stdout to a text file and...
Mr. @tigros is your friend :D https://github.com/tigros/Whisperer Also, for a far more sophisticated automation solution, you can look at ffastrans.com. Note that i am co-developer at ffastrans and therefore as...
@nandxorandor One can never know if any ready built program is safe to use for your unique security requirements (i wrote also here about it: https://github.com/Const-me/Whisper/issues/26#issuecomment-1711849399) Basically @tigros Whisperer appears...
@nandxorandor what you describe sounds very much like smartscreen blocking. In that case it is most likely that it is more like a setting on your PC than a real...
I'd definitely get a bigger case with a few fans when running automated processing that utilize 100% GPU constantly. On the other hand i'd probably not process such stuff at...