vosk-browser icon indicating copy to clipboard operation
vosk-browser copied to clipboard

react example process undefined

Open Altamimi-Dev opened this issue 9 months ago • 2 comments

when trying to run the react example i get an error from the _stream_readable process undefined .

function maybeReadMore(stream, state) { if (!state.readingMore) { state.readingMore = true; process.nextTick(maybeReadMore_, stream, state); } }

how can i fix this?

Altamimi-Dev avatar Sep 25 '23 06:09 Altamimi-Dev