You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using .WithLanguageDetection() or .WithLanguage("auto") the language is always English auto-detected language: en (p = 0.515557) but if you specify the correct language then everything is fine
Other "port" and "bindings" libraries work fine and detect the language correctly
The text was updated successfully, but these errors were encountered:
The language problem was fixed, and the newer version was published on nuget: https://www.nuget.org/packages/Whisper.net/1.2.2
About the other problems, can you, please, check if you have them also with the cpp library?
If yes, a better report will be directly there, and we can take a look to see what's going on. If the issue is only reproducing on these bindings, please, report a new issue here with the description.
When using
.WithLanguageDetection()
or.WithLanguage("auto")
the language is always Englishauto-detected language: en (p = 0.515557)
but if you specify the correct language then everything is fineOther "port" and "bindings" libraries work fine and detect the language correctly
The text was updated successfully, but these errors were encountered: