We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for your attention.
I was using the main.exe to batch processing my *.mp3 files.
This is my command.
** D:\Whisper\cli>main.exe -m D:\Whisper\medium\ggml-medium.en.bin -gpu -otxt -nc -nt D:\Whisper\MP3 **
I got an error message. This is the output.
Requested GPU not found: "-otxt" Using GPU "NVIDIA GeForce GTX 1060", feature level 12.1, effective flags Wave32 | NoReshapedMatMul Loaded MEL filters, 62.8 kb RAM Loaded vocabulary, 51864 strings, 3050.6 kb RAM Loaded 947 GPU tensors, 1462.12 MB VRAM Computed CPU base frequency: 2.208 GHz Loaded model from "D:\Whisper\medium\ggml-medium.en.bin" to VRAM Unable to decode audio file "D:\Whisper\MP3", MFCreateSourceReaderFromURL failed
Can someone help me figure out this? many thanks for your help!
The text was updated successfully, but these errors were encountered:
i see 2 problems, don't put -gpu and you're trying to process a folder, main.exe can only process one file at a time.
you could conjure up a batch file, but might as well use Whisperer to spare yourself the trouble.
Sorry, something went wrong.
i see 2 problems, don't put -gpu and you're trying to process a folder, main.exe can only process one file at a time. you could conjure up a batch file, but might as well use Whisperer to spare yourself the trouble.
Thanks very much. I have tried Whisperer. It worked so well, a cool tool.
I am a programmer rookie, I will try to learn how to write a batch file.
Thanks for your suggestion. Helped me a lot.
No branches or pull requests
Hi, thanks for your attention.
I was using the main.exe to batch processing my *.mp3 files.
This is my command.
** D:\Whisper\cli>main.exe -m D:\Whisper\medium\ggml-medium.en.bin -gpu -otxt -nc -nt D:\Whisper\MP3 **
I got an error message. This is the output.
Requested GPU not found: "-otxt"
Using GPU "NVIDIA GeForce GTX 1060", feature level 12.1, effective flags Wave32 | NoReshapedMatMul
Loaded MEL filters, 62.8 kb RAM
Loaded vocabulary, 51864 strings, 3050.6 kb RAM
Loaded 947 GPU tensors, 1462.12 MB VRAM
Computed CPU base frequency: 2.208 GHz
Loaded model from "D:\Whisper\medium\ggml-medium.en.bin" to VRAM
Unable to decode audio file "D:\Whisper\MP3", MFCreateSourceReaderFromURL failed
Can someone help me figure out this?
many thanks for your help!
The text was updated successfully, but these errors were encountered: