Sandro Hanea
Sandro Hanea
Indeed, it should be fixed for AutoComplete but the fix was isolated there. If the `@bind` is not used on the other elements, the exception will still be thrown but...
Another option could be cshtml5.com which migrate existing wpf/silverlight projects to a web-ready application.
Hello, Check https://github.com/sandrohanea/whisper.net It's on early stages but I plan to develop it further. Also, any help is appreciated (even opening some issues).
That would be amazing, Thanks in advance @ggerganov :)
Hello @NickDarvey, Sorry, didn't know about yours :( One difference which I see now that yours is exposing whisper.cpp directly, while whisper.net is hiding that implementation and only provide managed...
I didn't know about this whisper_full_parallel() Thanks for pointing it out, will take a look in the meantime :) Not sure if I can do the enhancement (it's been a...
It seems that WaveFormatConversionStream is just parsing the input and converting to a pcm stream (but not writing the header as a WAVE file) + having WaveFormat property which can...
In general, I prefer and wrote new lines before open brace: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/csharp-formatting-options#csharp_new_line_before_open_brace Can we keep that rule, so that the PR will be easier to review and be consistent with...
> > In general, I prefer and wrote new lines before open brace: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/csharp-formatting-options#csharp_new_line_before_open_brace > > Can we keep that rule, so that the PR will be easier to review...
It's not only about the 4 spaces, but these changes are generated as well from VS vs the clang-format:    CC: @NripeshN