Interface | Description |
---|---|
LiveSoundInterface |
Interface for implementing for implementing LiveSoundActor on different
platforms.
|
LiveSoundListener |
This interface is implemented by objects that are interested
in being kept informed about changes in the audio parameters
of LiveSound.
|
Class | Description |
---|---|
LiveSound |
This class supports live capture and playback of audio
samples.
|
LiveSoundCommon |
Class containing the platform independent code of LiveSound actor.
|
LiveSoundEvent |
A LiveSoundEvent represents a change in an audio parameter of
LiveSound.
|
LiveSoundJavaSE |
Implementation of LiveSoundInterface that in dependent on javax.
|
SoundCapture |
A buffer supporting the capturing of audio samples from a file or
from the computer's audio input port.
|
SoundPlayback |
A buffer supporting the playback of audio data and the the
writing of audio data to a sound file.
|
SoundReader |
This class is a buffer that supports the reading of audio samples
from a sound file that is specified as a URL.
|
SoundWriter |
This class is a buffer that supports the writing of audio samples
to a sound file.
|