We are using vad-react on our app, with only useMicVAD.
And the issue we're facing is, there is no way to disable logs that's fired from vad-web source code.
I can think about few approaches
- Add a property like
disableLogs?: boolean to useMicVAD config, and useMicVAD passes it to vad-web.
- Check if
host includes localhost to only log while working on local
We are using
vad-reacton our app, with onlyuseMicVAD.And the issue we're facing is, there is no way to disable logs that's fired from
vad-websource code.I can think about few approaches
disableLogs?: booleanto useMicVAD config, anduseMicVADpasses it tovad-web.hostincludeslocalhostto only log while working on local