sphinx4
sphinx4 copied to clipboard
Pure Java speech recognition library
I have created code based on this tutorial https://cmusphinx.github.io/wiki/tutorialsphinx4/ performing Speech to text from a .wav file using StreamSpeechRecognizer works fine but I am facing issue with LiveSpeechRecognizer , In...
hello i've pulled it to a folder via git pull then imported it in eclipse via "Open Projects from Filesystem"... but, so it seems, there are some additional libraries requied....
Hey there! I belong to an open source security research community, and a member (@ready-research) has found an issue, but doesn’t know the best way to disclose it. If not...
the unit test case we generated failed:   maybe you should consider the case where the array is null.
get this error when try to run Gradle to build it: FAILURE: Build failed with an exception. * Where: Build file .../sphinx4-master/build.gradle' line: 17 * What went wrong: A problem...
if batchFileLine is empty, it will throw StringIndexOutOfBoundsException when calling substring(0,-1); [  ](url)
Hello, I downloaded the official Chinese speech model. It seems that the recognition rate is very low and the basic recognition is not correct. Thank you for your guidance.
Dear colleagues, I tried to start JSGF from Sphinx4 library. But I can't find a good demo with grammars and queries to check how it works. Could you suggest me...
I cannot build the latest `master`: ```bash $ git clone [email protected]:cmusphinx/sphinx4.git $ cd ./sphinx4 $ git rev-parse HEAD 32df364ce3d9688c13a524981898931335d688e5 $ gradle build > Task :sphinx4-core:compileJava /.../sphinx4/sphinx4-core/src/main/java/edu/cmu/sphinx/fst/sequitur/SequiturImport.java:24: error: package javax.xml.bind does...
Because of changes made to how `Class.getResource(String)` works in Java 9 and above, simply including the `sphinx-data` JAR does not work to load the English acoustic model, dictionary, etc. The...