Add speaker identification and verification exmaple for Dart API (#1194)

This commit is contained in:
Fangjun Kuang
2024-07-31 13:53:52 +08:00
committed by GitHub
parent 963aaba82b
commit ec98110e11
13 changed files with 270 additions and 4 deletions

View File

@@ -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;
}