amaurycrickx / recognito

Java Speaker Recognition Framework
Apache License 2.0
191 stars 102 forks source link

Problem at double[] Constructor #21

Closed alexbuechel closed 6 years ago

alexbuechel commented 6 years ago

Hello,

I have created a small example based on the usage of the double[]-Constructor. File with this example is attached. There are 3 VoicePrints added to the recognito-object. For all three voiceprints there is the same result of 50%, which was measured based on a given wav-file. I just dont believe that there is a ratio of 50% for all given voiceprints.

So my question is : Did i used this constructor in a wrong way? Or there anything that i didnt mention?

Thanks a lot Best regards Alex

PS. Actually these feature values are from -3 to 3, but with this range they were not accepted by the contructor, so have have normalized them on my own to the range -1 to 1.

Test.txt

alexbuechel commented 6 years ago

I think i was just confused by double[] for the features and double[] for the file itself.