Package edu.cmu.sphinx.decoder

Provides a set of high level classes that can be used to configure and initiate the speech recognition decoding process.

See:
          Description

Interface Summary
ResultListener The listener interface for being informed when new results are generated.
ResultProducer Some API-elements shared by components which are able to produce Results.
 

Class Summary
AbstractDecoder An abstract decoder which implements all functionality which is indpendent of the used decoding-pardigm (pull/push).
Decoder The primary decoder class
FrameDecoder A decoder which does not use the common pull-principle of S4 but processes only one single frame on each call of decode().
 

Package edu.cmu.sphinx.decoder Description

Provides a set of high level classes that can be used to configure and initiate the speech recognition decoding process.