csukuangfj
commited on
Commit
•
7d328a2
1
Parent(s):
665769e
update model
Browse files- index.html +1 -1
- sherpa-onnx-vad.js +0 -1
- sherpa-onnx-wasm-main-vad.data +2 -2
- sherpa-onnx-wasm-main-vad.js +0 -0
- sherpa-onnx-wasm-main-vad.wasm +1 -1
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>Next-gen Kaldi WebAssembly with sherpa-onnx for
|
7 |
<style>
|
8 |
h1,div {
|
9 |
text-align: center;
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>Next-gen Kaldi WebAssembly with sherpa-onnx for VAD</title>
|
7 |
<style>
|
8 |
h1,div {
|
9 |
text-align: center;
|
sherpa-onnx-vad.js
CHANGED
@@ -172,7 +172,6 @@ class Vad {
|
|
172 |
constructor(configObj, Module) {
|
173 |
this.config = configObj;
|
174 |
const config = initSherpaOnnxVadModelConfig(configObj, Module);
|
175 |
-
Module._MyPrint(config.ptr);
|
176 |
const handle = Module._SherpaOnnxCreateVoiceActivityDetector(
|
177 |
config.ptr, configObj.bufferSizeInSeconds || 30);
|
178 |
freeConfig(config, Module);
|
|
|
172 |
constructor(configObj, Module) {
|
173 |
this.config = configObj;
|
174 |
const config = initSherpaOnnxVadModelConfig(configObj, Module);
|
|
|
175 |
const handle = Module._SherpaOnnxCreateVoiceActivityDetector(
|
176 |
config.ptr, configObj.bufferSizeInSeconds || 30);
|
177 |
freeConfig(config, Module);
|
sherpa-onnx-wasm-main-vad.data
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f08d12ca25857236f9f06e9353588c54435b07a7e74a7d79ca4a1f8c6918c5d
|
3 |
+
size 1807857
|
sherpa-onnx-wasm-main-vad.js
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
sherpa-onnx-wasm-main-vad.wasm
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10335440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6271710b51a9e391b254dbe92a1ca6a4f599cf641e92562ad7ccf88c2d55bdf0
|
3 |
size 10335440
|