|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioOut
An AudioSythesizer
is an AudioStream
that
generates sound, rather than reading sound. It uses the attached
AudioSignal
and AudioEffect
to generate a
signal.
Method Summary | |
---|---|
int |
bufferSize()
|
void |
setAudioEffect(AudioEffect effect)
Sets the AudioEffect to apply to the signal. |
void |
setAudioListener(AudioListener listen)
Sets the AudioListener that will have sound broadcasted to it as the output generates. |
void |
setAudioSignal(AudioSignal signal)
Sets the AudioSignal that this output will use to generate sound. |
void |
setAudioStream(AudioStream stream)
Sets the AudioStream that this output will use to generate sound. |
Methods inherited from interface ddf.minim.spi.AudioResource |
---|
close, getControls, getFormat, open |
Method Detail |
---|
int bufferSize()
void setAudioSignal(AudioSignal signal)
signal
- the AudioSignal used to generate soundvoid setAudioStream(AudioStream stream)
stream
- void setAudioEffect(AudioEffect effect)
effect
- the AudioEffect to apply to the signalvoid setAudioListener(AudioListener listen)
listen
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |