Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
M
P
S
T
A
accept(File)
- Method in class sounds.
SoundFileFilter
APSoundClip
- Class in
sounds
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
This class supports the processing of sound clips.
Input files must be in WAVE format.
APSoundClip()
- Constructor for class sounds.
APSoundClip
Creates a clip whose length is 0.
APSoundClip(int)
- Constructor for class sounds.
APSoundClip
Creates a clip of the given length.
APSoundClip(String)
- Constructor for class sounds.
APSoundClip
Creates a clip from a given file.
C
clone()
- Method in class sounds.
APSoundClip
Returns a copy of the sound clip.
D
draw()
- Method in class sounds.
APSoundClip
Displays the wave form in its window.
G
getDescription()
- Method in class sounds.
SoundFileFilter
getLength()
- Method in class sounds.
APSoundClip
Returns the number of samples.
getSample(int)
- Method in class sounds.
APSoundClip
Returns the sample at the given position.
getSamplingRate()
- Method in class sounds.
APSoundClip
Returns the sampleing rate.
getValue()
- Method in class sounds.
Sample
Returns the value of the sample.
I
iterator()
- Method in class sounds.
APSoundClip
Returns an iterator on the sound clip.
M
MAX_VALUE
- Static variable in class sounds.
Sample
The maximum value of a sample.
MIN_VALUE
- Static variable in class sounds.
Sample
The minimum value of a sample.
P
paintComponent(Graphics)
- Method in class sounds.
SoundPanel
Draws the samples in the panel if they exist.
play()
- Method in class sounds.
APSoundClip
Plays the sound clip on the currently active output channel.
S
Sample
- Class in
sounds
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
This class represents a sample that contains an integer value.
Sample()
- Constructor for class sounds.
Sample
Creates a Sample with a value of 0.
Sample(int)
- Constructor for class sounds.
Sample
Creates a Sample from given integer value.
SAMPLING_RATE
- Static variable in class sounds.
APSoundClip
save()
- Method in class sounds.
APSoundClip
Saves the sound clip under its current file name or runs
saveAs
if no file name yet.
saveAs()
- Method in class sounds.
APSoundClip
Saves the sound clip using a file dialog.
setSample(int, Sample)
- Method in class sounds.
APSoundClip
Resets the sample at the given position.
setSamples(int[])
- Method in class sounds.
SoundPanel
Resets the samples and redraws them in the panel.
setValue(int)
- Method in class sounds.
Sample
Resets the sample's value.
SoundFileFilter
- Class in
sounds
SoundFileFilter(String, String)
- Constructor for class sounds.
SoundFileFilter
SoundPanel
- Class in
sounds
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
This class implements a panel for displaying sound samples.
SoundPanel(int, int, int[])
- Constructor for class sounds.
SoundPanel
sounds
- package sounds
T
toString()
- Method in class sounds.
APSoundClip
Returns a string representation of the clip (file name and length).
toString()
- Method in class sounds.
Sample
Returns the string representation of the of the sample.
A
C
D
G
I
M
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes