Add spoken language identification for node-addon-api (#872)
This commit is contained in:
@@ -26,7 +26,7 @@ function createVad() {
|
||||
return new sherpa_onnx.Vad(config, bufferSizeInSeconds);
|
||||
}
|
||||
|
||||
vad = createVad();
|
||||
const vad = createVad();
|
||||
|
||||
const bufferSizeInSeconds = 30;
|
||||
const buffer =
|
||||
|
||||
Reference in New Issue
Block a user