ALIZE-Speaker-Recognition / LIA_RAL

A high-level toolkit for speaker recognition, build on top of ALIZE-Core.
http://alize.univ-avignon.fr
GNU Lesser General Public License v3.0
125 stars 27 forks source link

IndexOutOfBoundException with multiple addAudio #26

Closed Ferrone84 closed 6 years ago

Ferrone84 commented 6 years ago

Hi, the system throws an exception when I attempt to use the method 'public native void addAudio(short[] linearPCMSamples)' of SimpleSpkDetSystem.java with the add of the normalization feature. The error come from the line "SegCluster &outputSeg = energyDetector(energyDetectorCfg, segServer, tmpPrmFileBasename);"