TomAtGithub
TomAtGithub
I had the same problem and was able to solve it by changing lines 71-73 in `opensmile/src/main/java/com/audeering/opensmile/OpenSMILEJNI.java` to: ``` public static boolean SwigDirector_CallbackExternalSink_onCalledExternalSinkCallback(CallbackExternalSink jself, float[] data) { return jself.onCalledExternalSinkCallback(data); }...
Hey, I experienced the same problem. I was able to workaround this problem by removing all params except `faiss_config_path` and `faiss_index_path` from the FAISSDocumentStore. This makes sense because the FAISSDocumentStore...