Uses of Interface
hmi.elckerlyc.audioengine.WavUnit

Packages that use WavUnit
hmi.elckerlyc.audioengine The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). 
hmi.elckerlyc.speechengine   
 

Uses of WavUnit in hmi.elckerlyc.audioengine
 

Classes in hmi.elckerlyc.audioengine that implement WavUnit
 class WavClipUnit
          Plays a wav file
 

Fields in hmi.elckerlyc.audioengine declared as WavUnit
private  WavUnit WavUnitPlayException.wu
           
private  WavUnit WavUnitPlanningException.wu
           
 

Methods in hmi.elckerlyc.audioengine that return WavUnit
 WavUnit WavUnitPlayException.getWavUnit()
           
 WavUnit WavUnitPlanningException.getWavUnit()
           
 

Constructors in hmi.elckerlyc.audioengine with parameters of type WavUnit
WavUnitPlanningException(String str, WavUnit w)
           
WavUnitPlayException(String str, WavUnit w)
           
 

Uses of WavUnit in hmi.elckerlyc.speechengine
 

Fields in hmi.elckerlyc.speechengine declared as WavUnit
protected  WavUnit WavTTSUnit.wavUnit