Skip to content

Commit 8c05eef

Browse files
authored
Merge pull request #14 from cs-util-com/v12
V12
2 parents 0be1b64 + 7658dd6 commit 8c05eef

73 files changed

Lines changed: 251718 additions & 19 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = [
1212
'../reports/**',
1313
'reports/**',
1414
'../node_modules/**',
15+
'../ort/**',
16+
'ort/**',
1517
'../playwright-report/**',
1618
'playwright-report/**',
1719
'../test-results/**',

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ <h3 id="summary-heading" class="hidden my-2.5 text-lg text-white">
152152
</div>
153153
</div>
154154

155+
<script>
156+
// Local ORT and Silero VAD defaults for development.
157+
// These can be overridden by setting the same window properties before this page loads.
158+
window.ORT_WASM_PATH = window.ORT_WASM_PATH || '/ort/';
159+
window.SILERO_VAD_MODEL =
160+
window.SILERO_VAD_MODEL || '/model/silero_vad.onnx';
161+
</script>
162+
155163
<script type="module" src="./src/main.js"></script>
156164
</body>
157165
</html>

model/silero_vad.onnx

2.22 MB
Binary file not shown.

ort/ort-training-wasm-simd-threaded.mjs

Lines changed: 82 additions & 0 deletions
Large diffs are not rendered by default.
11.2 MB
Binary file not shown.

ort/ort-wasm-simd-threaded.jsep.mjs

Lines changed: 127 additions & 0 deletions
Large diffs are not rendered by default.
20.3 MB
Binary file not shown.

ort/ort-wasm-simd-threaded.mjs

Lines changed: 80 additions & 0 deletions
Large diffs are not rendered by default.

ort/ort-wasm-simd-threaded.wasm

10.5 MB
Binary file not shown.

ort/ort.all.bundle.min.mjs

Lines changed: 4405 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)