Konstantin
Konstantin
@martjay Are you running a 64-bit version of Windows 10 or 11? Press Win+pause/break key, you should see a window with the text “System Type: 64-bit operating system” If that’s...
@martjay If you insist on using PowerShell instead of cmd.exe, use `./main.exe` instead of `main.exe`. See the screenshot. 
@martjay That GUI also going to be very cumbersome. And completely different from the current WhisperDesktop. Ideally, need a wizard-like GUI when user populates a long list of input files...
@1353604736 Windows is usually fine sharing hardware resources between multiple running processes. And I think when the issue is interference with other running processes, the symptoms should be different. For...
@steipal I’ve fixed that in master, will include in the next release. In the meantime, if you want the fixed version ASAP, build the latest version on your computer. The...
@ivysrono I believe these advanced use cases are better handled with scripting, as opposed to over-complicated CLI or GUI. For this reason, in version 1.10 I’ve implemented PowerShell 5.1 wrapper....
@beedazzel These source files are generated by a custom tool, as a result of step 4 of [the build instructions](https://github.com/Const-me/Whisper#build-instructions).
@philipag Should be fixed in version 1.10. And it supports one more relevant feature: pass `eGpuModelFlags.Cloneable` when loading the model, call `iModel.clone()` method, then create two contexts from these two...
@philipag About the performance, you could try the advanced GPU flags. The defaults are only based on vendor ID, when I detect AMD GPU, I use different defaults. That's not...
Based on log messages, something is wrong with the input `*.mp3` file. The function which fails with an error status code is a part of Windows, see [documentation](https://learn.microsoft.com/en-us/windows/win32/api/mfreadwrite/nf-mfreadwrite-mfcreatesourcereaderfromurl). Maybe your...