juliusjs icon indicating copy to clipboard operation
juliusjs copied to clipboard

A speech recognition library for the web

Results 17 juliusjs issues
Sort by recently updated
recently updated
newest added

This feature enables direct stream channeling and gives developers more control over juliusjs, which prevents the multiple access of the microphone which is fine on desktop browsers but inefficient and...

Hi, I use custom acoustic (_.am.bin) and language (_.lm.bin) models in Portuguese for Julius. How can I change the voxforge default acoustic and language models in juliusjs so that I...

I want to use this library with "Julius Japanese Dictation-kit" (https://github.com/julius-speech/dictation-kit). But, Dictation-kit using bccwj.60k.pdp.htkdic, bccwj.60k.bingram, bccwj.60k.htkdic instead of .dfa and .dict files. I don't know how to use them...

(https://zzmp.github.io/juliusjs) even after years! how to know if it work ?

During the page loading , in chrome console it is showing julius.js:22 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on...

Hi, is there a way to create grammars/dictionaries at runtime?

How far away is "soon"?

Hi! Is it possible, to pause, resume or abort the Listening? I don't want the mic to listen contentiously, but only on command. Compared to the Web Speech API I...

`worker.js` is logging ``` ERROR: Error in loading model ``` I've been able to successfully run the demo with the sample data, but sometimes I get that error and I...

webAudioContext is there but not AudioContext, could the constructor code be replaced with this: var AudioContext = window.AudioContext || window.webkitAudioContext; audio.contex = new AudioContext();

bug