Menu

IncompatibleClassChangeError on AcousticModel

Help
2008-12-12
2012-09-22
  • Alan Shapiro

    Alan Shapiro - 2008-12-12

    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

     
    • Holger Brandl

      Holger Brandl - 2008-12-18

      svn trunk or beta1?

      best,
      holger

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.