-
Notifications
You must be signed in to change notification settings - Fork 278
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
Java and .NET binaries #2206
Comments
what worked for me to get it running in .NET is this:
|
I'm trying to get the .net native_client working (in Unity). I build the STTclient.dll and acquired the libstt.tflite.windows.zip .so files and put them in the project. I get a 'DllNotFoundException: libstt.so assembly: type: member:(null)' error though, any ideas? Do I need the .so files referenced when I build the dotnet native_client dlls? edit: I renamed the .so to .dll and it worked |
The
But confusingly,
Loading these libraries on Windows with the default .NET DllImport behavior means either specifying the import with the Or else renaming |
Hello,
I've been trying to use the STT library in Java on desktop, as the docs website mentions it is possible. However, I can only find .aar binaries, which are according to my knowledge usable only on Android, not desktop.
Is it possible to build .jar files too? On another note, do you have any plans to publish the artifacts on maven, so that the library can be easily used in Java/Android projects? If it is already published, I can't seem to find it.
After failing with Java, I have tried to setup the STT library in .NET. The .NET example in the examples folder seems to use an STT NuGet package, which does not seem to be available anymore. Can the Coqui STT NuGet package be made available too?
I also had trouble finding the .NET binaries in the Releases page, how would I get them from there?
Thank you.
The text was updated successfully, but these errors were encountered: