sphinx4 icon indicating copy to clipboard operation
sphinx4 copied to clipboard

Pure Java speech recognition library

Results 28 sphinx4 issues
Sort by recently updated
recently updated
newest added

Hello, I found the time statistics of the SpeedTracker is sometimes incorrect, with "This Time Audio: XX.Xs" being a very big number (actually it's a timestamp counting from 1970-01-01). After...

I've developed a Java program that consumes sphinx to perform speaker-clustering using SpeakerIdentification. The program/algorithm works fine giving outputs in the same amount of time when I test it with...

Hello Nicolai, thank you for fixing the issue pertaining to the "singular matrix" exception. I can verify now that it's no longer an issue, the speaker segments are being properly...

The main method in `FeatureFileDumper` catches exceptions and writes to `System.err` but does not exit the process with a non-zero exit code nor throw a `RuntimeException`. One of these should...

Why are expections not being wrapped in a `RuntimeException` and being rethrown? ``` java public FeatureFileDumper(ConfigurationManager cm, String frontEndName) throws IOException { try { frontEnd = (FrontEnd) cm.lookup(frontEndName); audioSource =...

I'm not entirely sure if this is the best place to ask these kind of questions, so please point me to a better place in case there is one. We...