-
With the latest Emscripten:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
```
This interactive audio worklet …
-
`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 …
-
### Problem
`@ricky0123/vad-web`, `@ricky0123/vad-react` not working in monorepo setup. I suspect it's because I'm serving the wasm, onnx, and js static files wrongly (since turbopack does not suppor…
-
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…
-
The default miniaudio has two critical bugs for me, although they are fixed in dev and dev-12.0, so I use the dev-12.0 version.
After compiling for the web (with audio worklet) with some debugging …
-
### Description
After updating to Expo SDK 52, I encountered a ReferenceError: _WORKLET is not defined error on web platform. This error occurred after running expo install --fix to update dependenci…