0

downloaded project with Vosk (Speech recognition system) implementation, and every project that i try crashes, and in one project i found that error

DllNotFoundException: libvosk assembly: type: member:(null) Vosk.Vosk.SetLogLevel (System.Int32 level) (at :0) VoskSpeechToText+d__30.MoveNext () (at <51d31056a8e1447b80dc54febfe062d4>:0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at :0) i know it says dll not found but i know project has that dll and idk what i need to do to fix that issue

Im try to download few another project but they all has the same problem

asked Feb 15, 2024 at 18:48
5
  • Find the dll in your project and make sure it is enabled in the inspector for the platforms it supports. Commented Feb 15, 2024 at 19:46
  • How i can do that?) Commented Feb 17, 2024 at 10:34
  • You select the DLL in your project and look at the settings in the inspector. docs.unity3d.com/Manual/PluginInspector.html Commented Feb 17, 2024 at 10:36
  • I enabled it and got another error DllNotFoundException: libvosk assembly:<unknown assembly> type:<unknown type> member:(null) Vosk.Model..ctor (System.String model_path) (at Assets/ThirdParty/Vosk/Model.cs:32) VoskSpeechToText+<DoStartVoskStt>d__24.MoveNext () (at Assets/Scripts/VoskSpeechToText.cs:138) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <5879d8d225474494bcffdfe64965038e>:0) Commented Feb 17, 2024 at 10:41
  • I try to enable platforms in dll again and project still crashes. May be we can go on discord, if its not difficult for you Commented Feb 17, 2024 at 11:00

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.