julius
julius copied to clipboard
Open-Source Large Vocabulary Continuous Speech Recognition Engine
This adds support for meson build system. For now, the build has only been tested on a linux host machine, and does not properly implement the sound backend detection. This...
Hi, autoreconf does not work, mainly because of needed templates for AC_DEFINE, and no support for libtool yet. Moreover, the out of tree build (that is to say, building in...
Hi ! From what I read in the code, there are 2 ways to get the best string. When using a plugin, this is straightforward and the provided example is...
I am currently trying to use the [prompter ](https://github.com/julius-speech/prompter) project. I have tried using the ``../julius/julius/julius -C julius.jconf`` while inside of the ``ENVR-v5.4.Dnn.Bin`` folder, however, it simply runs speech recognition...
## I'm in trouble ## gcc version 9.2.0 (Rev2, Built by MSYS2 project) [Is this GCC version too new?] #### deflate/deflate.h:77:16: error: expected ';', ',' or ')' before '.' token...
I follow README and got following error: ``` checking for charset conversion... iconv configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating...
When reviewing the code of wordgraph, I notice a wordgraphout's gscore_head and lefttime may be adjusted, without updating amavg. Was it a bug? `{ #ifdef GDEBUG2 jlog(" : ok"); #endif...
../julius/julius/julius -C julius.jconf -dnnconf dnn.jconf After running this command I am able to see the output on the screen. But where is the output getting stored? Is there a way...
After I have successfully running Julius on Android after #104 , I am facing the bad performance problem on Android. I am using the mic as input and Julius will...
Hi there! Im trying to install julius using pulseaudio in Ubuntu.16 using this comand and I get this error message: This is the output when I run this command: ~/julius-4.2.2$...