All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

C

clear(). Method in class Audio.SoundBite

Clears the audio data buffers left[], right[].


D

dispose(). Method in class Audio.SoundBite

Although the resources used by an instance of SoundBite will be freed once it is garbage collected, in many situations the user may want that reclamation of resources to be expedited.


F

finalize(). Method in class Audio.SoundBite
This is usually called by the garbage collector.

G

getIs16bits(). Method in class Audio.SoundBite
getIsPlaying(). Method in class Audio.SoundBite
returns true if playback is currently taking place using this instance of SoundBite.
getIsRecording(). Method in class Audio.SoundBite
returns true if recording is currently taking place using this instance of SoundBite.
getIsStereo(). Method in class Audio.SoundBite
getMaxNumSamples(). Method in class Audio.SoundBite
This is the maximum size for audio data buffers left[], right[].
getMaxSampleRange(). Method in class Audio.SoundBite
getMidSampleRange(). Method in class Audio.SoundBite
getMinSampleRange(). Method in class Audio.SoundBite
getNumSamples(). Method in class Audio.SoundBite
This is the currently set size for audio data buffers left[], right[].
getSampleRange(). Method in class Audio.SoundBite
getSamplesPerSec(). Method in class Audio.SoundBite

L

left. Variable in class Audio.SoundBite

These data buffers hold the raw (PCM) audio data.


M

main(String[]). Static method in class Audio.SampleRate

P

playStart(). Method in class Audio.SoundBite
Starts the playback of the audio data in the data buffers left[], right[] in a separate thread.
playStop(). Method in class Audio.SoundBite
Force playback to stop.
playWaitFor(). Method in class Audio.SoundBite
Wait until no playback is being done using this instance of SoundBite.

R

R_11025. Static variable in class Audio.SampleRate
R_22050. Static variable in class Audio.SampleRate
R_44100. Static variable in class Audio.SampleRate
R_8000. Static variable in class Audio.SampleRate
recordStart(). Method in class Audio.SoundBite

Starts recording audio data in a separate thread.

recordStop(). Method in class Audio.SoundBite

Force recording to stop.

recordWaitFor(). Method in class Audio.SoundBite
Wait until no recording is being done using this instance of SoundBite.
recordWaitForGet(). Method in class Audio.SoundBite
Wait until no recording is being done using this instance of SoundBite.
right. Variable in class Audio.SoundBite

S

save(String). Method in class Audio.SoundBite

Save the contents of the audio buffers left[], right[] to a .WAV file.

setNumSamples(int). Method in class Audio.SoundBite
Use this to set the number of samples in the audio buffers left[], right[].
SoundBite(boolean, boolean, SampleRate, int). Constructor for class Audio.SoundBite

Create an instance of SoundBite using the settings provided.

SoundBite(String). Constructor for class Audio.SoundBite

Create an instance of SoundBite and load the audio data from the filename provided (.WAV format is assumed).

SoundBiteAllocBuffersException(). Constructor for class Audio.SoundBiteAllocBuffersException
SoundBiteBadMaxNumSamplesException(). Constructor for class Audio.SoundBiteBadMaxNumSamplesException
SoundBiteBadNumSamplesException(). Constructor for class Audio.SoundBiteBadNumSamplesException
SoundBiteException(). Constructor for class Audio.SoundBiteException
SoundBitePlayOpenException(). Constructor for class Audio.SoundBitePlayOpenException
SoundBitePlayOtherException(). Constructor for class Audio.SoundBitePlayOtherException
SoundBitePlayStopException(). Constructor for class Audio.SoundBitePlayStopException
SoundBiteReadFileException(). Constructor for class Audio.SoundBiteReadFileException
SoundBiteRecordOpenException(). Constructor for class Audio.SoundBiteRecordOpenException
SoundBiteRecordOtherException(). Constructor for class Audio.SoundBiteRecordOtherException
SoundBiteRecordStopException(). Constructor for class Audio.SoundBiteRecordStopException
SoundBiteSaveDiskFullException(). Constructor for class Audio.SoundBiteSaveDiskFullException
SoundBiteSaveOtherException(). Constructor for class Audio.SoundBiteSaveOtherException

T

toInt(). Method in class Audio.SampleRate