-
`vite.config.js`
```
export default defineConfig({
plugins: [
vue(),
viteStaticCopy({
targets: [
{
src: 'node_modules/@ricky0123/vad-web/dist/vad.worklet.…
-
## Feature request
```js
// Worklets are always modules
myAudioContext.audioWorklet.addModule('./audio-worklet.js')
CSS.paintWorklet.addModule('./paint-worklet.js')
CSS.layoutWorklet.addMod…
-
I am using WebAudio API to spawn a worklet thread.
The worklet module is resolved as a relative path and forces the web server to serve the file in the same url.
In my use case, I have a specific …
-
Encountered an error while loading model file. Please make sure silero_vad.onnx, included with @ricky0123/vad-web, is available at the specified path: "right path" If need be, you can cust…
-
### Describe the issue
I'm unable to start an inference session in an [audio worklet](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet) context. I'm not sure what all of the obstacles to…
-
I implemented this VAD in my ionic react capacitor app.
const vad = useMicVAD({
stream,
workletURL: "/vad.worklet.bundle.min.js",
modelURL: "/silero_vad.onnx",
startOnLoad: tru…
-
Hello! First off, thanks for your work on this library! `cpal` has been incredibly useful to me as a web/Rust dev.
Currently, there are `// TODO`s in place of all input-related coded for the WebAu…
-
- [x] keyboard shortcut
- https://github.com/hi-ogawa/web-audio-worklet-rust/pull/5
- [x] unit test wasm (on nodejs)
- https://github.com/hi-ogawa/web-audio-worklet-rust/pull/6
- [x] comlink t…
-
## 💡 Feature description
One of the key use cases for WebAssembly is audio processing. wasm-pack doesn't currently support AudioWorklets (purportedly the future of custom audio processing on the web)…
Smona updated
2 months ago
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee…