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
Hi, I'm attempting to use vosk for a project on my Magic Leap 2. When I run my project on my device it works fine but when I built it to the ML I get the following error:
2025/02/14 12:00:22.198 784 807 Error Unity DllNotFoundException: Unable to load DLL 'libvosk'. Tried the load the following dynamic libraries: Unable to load dynamic library 'libvosk' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "libvosk" not found
2025/02/14 12:00:22.198 784 807 Error Unity at Vosk.VoskPINVOKE.new_Model (System.String jarg1) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at Vosk.Model..ctor (System.String model_path) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at SpeechToTextManager+d__25.MoveNext () [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity
I've looked at this previously raised issue but nothing has been of any help: #691
The text was updated successfully, but these errors were encountered:
You have to build dynamic library for MagicLeap. Since we do not have corresponding SDK and hardware for testing we will not be able to build ourselves.
Hi, I'm attempting to use vosk for a project on my Magic Leap 2. When I run my project on my device it works fine but when I built it to the ML I get the following error:
2025/02/14 12:00:22.198 784 807 Error Unity DllNotFoundException: Unable to load DLL 'libvosk'. Tried the load the following dynamic libraries: Unable to load dynamic library 'libvosk' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "libvosk" not found
2025/02/14 12:00:22.198 784 807 Error Unity at Vosk.VoskPINVOKE.new_Model (System.String jarg1) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at Vosk.Model..ctor (System.String model_path) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at SpeechToTextManager+d__25.MoveNext () [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0
2025/02/14 12:00:22.198 784 807 Error Unity
I've looked at this previously raised issue but nothing has been of any help: #691
The text was updated successfully, but these errors were encountered: