A G P S

A

add(double[]) - Method in class Song
Adds more content to the Song, after previous content.

G

getFormat() - Method in class SoundDevice
Returns the AudioFormat used.
getLine() - Method in class SoundDevice
Returns the SourceDataLine on which to write music data.

P

play(SoundDevice) - Method in class Song
Plays the Song on a given device.

S

SAMPLING_RATE - Static variable in class SoundDevice
Sampling rate used.
save(AudioFormat, File) - Method in class Song
Saves the Song on a file in WAV format.
Song - Class in <Unnamed>
 
Song(int) - Constructor for class Song
Constructs a silent Song to which content can be added.
SoundDevice - Class in <Unnamed>
 
SoundDevice() - Constructor for class SoundDevice
Constructs and starts the device.

A G P S