Add KWS examples for Java API (#930)

This commit is contained in:
Fangjun Kuang
2024-05-28 15:49:54 +08:00
committed by GitHub
parent bcaa6df389
commit 5860e45b4c
11 changed files with 295 additions and 2 deletions

View File

@@ -75,5 +75,7 @@ public class VadRemoveSilence {
String outFilename = "lei-jun-test-no-silence.wav";
WaveWriter.write(outFilename, allSamples, 16000);
System.out.printf("Saved to %s\n", outFilename);
vad.release();
}
}