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
Hey Jay @ladenedge , I am facing the same issue, do you have any advice on it? There aren't really a lot of other VAD libraries in Unity out there and your repo can really be a life saver to me! Thanks a ton!
Hello, I am using webrtcvadsharp inside Unity, Ive imported that using NuGet.
full log:
DllNotFoundException: webrtcvad assembly: type: member:(null)
WebRtcVadSharp.WebRtc.WebRtcDll.Create () (at :0)
WebRtcVadSharp.WebRtcVad..ctor (WebRtcVadSharp.WebRtc.IWebRtcDll library) (at :0)
Rethrow as DllNotFoundException: Unable to load DLL 'WebRtcVad.dll' or a dependency. Be sure it exists in '/Users/andrescapinlli/Documents/Baires Dev/ObvioHealth/ObvioSpeech/obviospeech' or elsewhere in the DLL search path.
WebRtcVadSharp.WebRtcVad..ctor (WebRtcVadSharp.WebRtc.IWebRtcDll library) (at :0)
WebRtcVadSharp.WebRtcVad..ctor () (at :0)
MicrophoneController.DoesFrameContainSpeech (System.Byte[] audioFrame) (at Assets/Scripts/Recorder/MicrophoneController.cs:56)
MicrophoneController.Update () (at Assets/Scripts/Recorder/MicrophoneController.cs:51)
So basically my code is not finding the .dll. Does someone have any idea how to solve that?
I`ve already tried to change the path to the root of my project, but it also does not work.
The text was updated successfully, but these errors were encountered: