Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

feature request: Transcribe by different model one by one.

Open ivysrono opened this issue 3 years ago • 1 comments

By tests, ggml-medium.bin and ggml-large.bin each have their own wins and losses. So I'd like to get two output txt files just one click.

We can load 2 models at the same time. Output to filename-large.txt and filename-medium.txt one by one.

ivysrono avatar Mar 13 '23 11:03 ivysrono

Const-me's whisper.dll will allow you to do that , you will just need to wrap it with your own script , CLI or UI to do what you want.

jaybinks avatar Mar 15 '23 08:03 jaybinks

@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. See the readme.

Const-me avatar Mar 18 '23 17:03 Const-me