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
216 stars 62 forks source link

MediaStreamAudioSourceNode cycle collection #8

Closed prabhakar29may closed 7 years ago

prabhakar29may commented 7 years ago

MediaStreamAudioSourceNode cycle collection happening too soon with getUserMedia in firefox almost every 5 seconds (approx)

Kaljurand commented 7 years ago

Thanks!