.Net nuget package? #2027
-
I am probably missing something here but is there a nuget package for Coqui STT? There are the old Mozilla deepspeech packages available in the nuget package manager for Visual Studio: But I cannot find any hint of coqui STT packages and couldn't find anything obvious on the readthedocs website (there is an API reference and usage example but that assumes you already have it installed. Nothing about actually adding it). and there is nothing in https://github.com/coqui-ai/STT/releases that makes me go "aha, that is the dotnet library nuget package". Any pointers on getting this lib running via nuget package manager on Visual Studio on a .Net 6.0 application would be appreciated. (That is assuming this is updated for the later versions of .Net. I know the original deepspeech repo appeared to be stalled on that front: mozilla/DeepSpeech#3373 ) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The .NET bindings code is still around in native_client/dotnet. But it's not being packaged and published in CI. If you're interested in helping getting it back up I can give some pointers on what needs to be done. |
Beta Was this translation helpful? Give feedback.
-
Hi @reuben - by way of using @rurounijones project I have a vested interest in helping this along. I'm not a dev by trade (UAT manager by profession) but wondering if I could help move it along even if I'm googling+stack-overflow and having to learn some new things. Or if the complexity of issue is much deeper than what could done with that level of help. |
Beta Was this translation helpful? Give feedback.
The .NET bindings code is still around in native_client/dotnet. But it's not being packaged and published in CI. If you're interested in helping getting it back up I can give some pointers on what needs to be done.