|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.optional.sound.SoundTask
This is an example of an AntTask that makes of use of the AntSoundPlayer.
There are three attributes to be set:
source
: the location of the audio file to be played
duration
: play the sound file continuously until "duration" milliseconds has expired
loops
: the number of times the sound file should be played until stopped
I have only tested this with .WAV and .AIFF sound file formats. Both seem
to work fine.
plans for the future:
- use the midi api to define sounds (or drum beat etc) in xml and have
Ant play them back
Inner Class Summary | |
class |
SoundTask.BuildAlert
A class to be extended by any BuildAlert's that require the output of sound. |
Fields inherited from class org.apache.tools.ant.Task |
description, location, project, target, taskName, taskType, wrapper |
Constructor Summary | |
SoundTask()
|
Method Summary | |
SoundTask.BuildAlert |
createFail()
|
SoundTask.BuildAlert |
createSuccess()
|
void |
execute()
Called by the project to let the task do it's work. |
void |
init()
Called by the project to let the task initialize properly. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SoundTask()
Method Detail |
public SoundTask.BuildAlert createSuccess()
public SoundTask.BuildAlert createFail()
public void init()
Task
init
in class Task
org.apache.tools.ant.Task
BuildException
- if someting goes wrong with the buildpublic void execute()
Task
execute
in class Task
org.apache.tools.ant.Task
BuildException
- if someting goes wrong with the build
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |