@ricky0123/vad-web
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -15,5 +15,5 @@ { | ||
"homepage": "https://github.com/ricky0123/vad", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "ISC", | ||
"main": "dist/index.js", | ||
"main": "dist/bundle.min.js", | ||
"devDependencies": { | ||
@@ -20,0 +20,0 @@ "@playwright/test": "^1.30.0", |
@@ -8,3 +8,3 @@ # Voice Activity Detector for the Browser | ||
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@ricky0123/vad-web/dist/index.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@ricky0123/vad-web@0.0.7/dist/bundle.min.js"></script> | ||
<script> | ||
@@ -11,0 +11,0 @@ async function main() { |
1960512