I have download the binaries and sources of Sphinx4. My project builds successfully without errors.
I thought i would start with the Transcriber demo, to avoid possible microphone problems at first. I get this error when running Transcriber:
Exception in thread "main" java.lang.IncompatibleClassChangeError
at edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model.newProperties(Model.java:159)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.setupAcousticModel(FlatLinguist.java:226)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.newProperties(FlatLinguist.java:189)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.newProperties(SimpleBreadthFirstSearchManager.java:143)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.decoder.AbstractDecoder.newProperties(AbstractDecoder.java:46)
at edu.cmu.sphinx.decoder.Decoder.newProperties(Decoder.java:31)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.recognizer.Recognizer.newProperties(Recognizer.java:79)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.ConfigurationManager.lookup(ConfigurationManager.java:164)
at edu.cmu.sphinx.demo.transcriber.Transcriber.main(Transcriber.java:55)
Thanks in advance for your help!
Alan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have download the binaries and sources of Sphinx4. My project builds successfully without errors.
I thought i would start with the Transcriber demo, to avoid possible microphone problems at first. I get this error when running Transcriber:
Exception in thread "main" java.lang.IncompatibleClassChangeError
at edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model.newProperties(Model.java:159)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.setupAcousticModel(FlatLinguist.java:226)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.newProperties(FlatLinguist.java:189)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.newProperties(SimpleBreadthFirstSearchManager.java:143)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.decoder.AbstractDecoder.newProperties(AbstractDecoder.java:46)
at edu.cmu.sphinx.decoder.Decoder.newProperties(Decoder.java:31)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:271)
at edu.cmu.sphinx.recognizer.Recognizer.newProperties(Recognizer.java:79)
at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:421)
at edu.cmu.sphinx.util.props.ConfigurationManager.lookup(ConfigurationManager.java:164)
at edu.cmu.sphinx.demo.transcriber.Transcriber.main(Transcriber.java:55)
Thanks in advance for your help!
Alan
svn trunk or beta1?
best,
holger