Package hmi.elckerlyc.audioengine

The AudioEngine is for playing sound fragments from disk (wav, mp3, etc).

See:
          Description

Interface Summary
WavUnit  
 

Class Summary
AudioPlanner  
AudioPlanPlayer Runs the VerbalPlan.
AudioPlayer  
AudioUnit  
WavAudioUnit Plans audio by caching a .wav file, then playing it
WavClipUnit Plays a wav file
 

Exception Summary
AudioUnitPlanningException  
AudioUnitPlayException  
WavUnitPlanningException  
WavUnitPlayException  
 

Package hmi.elckerlyc.audioengine Description

The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). Useful if, for example, you want to use clapping sounds, or prerecorded speech from a corpus instead of TTS generated speech. Notable issue: does not yet cope with bookmarks.