-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
Set params? #26
Comments
+1. only support en output, if we can set the language to params? |
I was having similar trouble as you guys so I looked for a slightly different way. This is the file I am using now: my stt_wav.py file:
and I execute it like this:
this way I could run the standard main as you do on the command line and pass it whatever command line options I need. I also commented out a bunch of of the WHISPER_LOG_INFO() out in the whisper.cpp file and some fprintf() in the main.cpp to eliminate all the logging noise. |
How do you access and set the various parameters passed to Whisper? I see the
params
structure in the Whisper class, but it appears to be private and not externally accessible.The text was updated successfully, but these errors were encountered: