PocketSphinxUnityDemo icon indicating copy to clipboard operation
PocketSphinxUnityDemo copied to clipboard

libpocketsphinxwrap doesn't work on il2cpp

Open Virus-vr opened this issue 6 months ago • 3 comments

It works great on mono but for some reason simply switching from mono to il2cpp, while staying on the same architecture breaks it. I'm also not getting any meaningful errors as the only exception I was able to catch was this

The type initializer for 'Pocketsphinx.pocketsphinxPINVOKE' threw an exception

I also tried using the ARmx64 .so file linked here here, but it doesn't change anything.

Virus-vr avatar Aug 05 '24 23:08 Virus-vr