Add speaker identification and verification exmaple for Dart API (#1194)
This commit is contained in:
@@ -107,7 +107,7 @@ public class SpeakerIdentification {
|
||||
|
||||
// test verify
|
||||
if (!manager.verify("fangjun", computeEmbedding(extractor, testFiles[0]), threshold)) {
|
||||
System.out.printf("testFiles[0] should match fangjun!");
|
||||
System.out.printf("%s should match fangjun!\n", testFiles[0]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user