Class AntSoundPlayer

java.lang.Object
org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
All Implemented Interfaces:
EventListener, LineListener, BuildListener

public class AntSoundPlayer extends Object implements LineListener, BuildListener
This class is designed to be used by any AntTask that requires audio output. It implements the BuildListener interface to listen for BuildEvents and could be easily extended to provide audio output upon any specific build events occurring. I have only tested this with .WAV and .AIFF sound file formats. Both seem to work fine.