Many thanks to @tevamerlin for adding the new addAudio(short[]) method to support PCM input. Unfortunately, whenever we call this method with any PCM input, we get an immediate SIGSEGV. Can you verify that this method currently works, or might there be a bug in the implementation?
Fatal signal 11 (SIGSEGV), code 2, fault addr 0x7fdf479ff0
Sorry — there was indeed a bug in the implementation (a stupid overloading mistake), in the C++ version of SimpleSpkDetSystem in LIA_RAL.
Update to the latest version of LIA_RAL in order to get the fix.
Many thanks to @tevamerlin for adding the new addAudio(short[]) method to support PCM input. Unfortunately, whenever we call this method with any PCM input, we get an immediate SIGSEGV. Can you verify that this method currently works, or might there be a bug in the implementation?
Fatal signal 11 (SIGSEGV), code 2, fault addr 0x7fdf479ff0
Many thanks!