Uses of Class
inpro.sphinx.frontend.QuickSpeechMarker.State

Packages that use QuickSpeechMarker.State
inpro.sphinx.frontend Some Sphinx frontend processors that come in handy when working with Sphinx and InproTK: An improved implementation of Sphinx' Speech Marker with much improved incremental behaviour (QuickSpeechmarker.java) A processor that reads audio from an RTP stream (RtpRecvProcessor.java) A processor that splits off all frontend processing into a separate thread (ThreadingFrontendBuffer.java) A processor that logs passing audio to TEDview  
 

Uses of QuickSpeechMarker.State in inpro.sphinx.frontend
 

Fields in inpro.sphinx.frontend declared as QuickSpeechMarker.State
(package private)  QuickSpeechMarker.State QuickSpeechMarker.state
           
 

Methods in inpro.sphinx.frontend that return QuickSpeechMarker.State
static QuickSpeechMarker.State QuickSpeechMarker.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuickSpeechMarker.State[] QuickSpeechMarker.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.