Kaljurand / dictate.js

A small Javascript library for browser-based real-time speech recognition, which uses Recorderjs for audio capture, and a WebSocket connection to the Kaldi GStreamer server for speech recognition.
https://kaljurand.github.io/dictate.js/
BSD 3-Clause "New" or "Revised" License
215 stars 61 forks source link

Client side VAD #18

Open Umar17 opened 6 years ago

Umar17 commented 6 years ago

Dear Kaljurand

Is it possible to apply VAD on client side rather than relying on that of gstreamer on server side?

Best Regsrds

Kaljurand commented 6 years ago

Currently this is not supported and there are no immediate plans to support it, but you are welcome to contribute this functionality via a pull request.