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

L

left - Variable in class ddf.minim.AudioSource
The buffer containing the left channel samples.
LEFT - Static variable in interface ddf.minim.BufferedAudio
 
leftScale - Variable in class ddf.minim.signals.PinkNoise
 
leftScale - Variable in class ddf.minim.signals.WhiteNoise
 
length() - Method in class ddf.minim.AudioMetaData
 
length() - Method in class ddf.minim.AudioPlayer
 
length() - Method in class ddf.minim.AudioSnippet
 
length() - Method in interface ddf.minim.BufferedAudio
Gets the length in milliseconds of the buffered audio.
length() - Method in interface ddf.minim.Playable
Returns the length of the sound in milliseconds.
level() - Method in interface ddf.minim.AudioBuffer
Gets the current level of the buffer.
linAverages(int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum and spaces the averages in a linear manner.
LINAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
loadFile(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer with a buffer size of 1024 samples.
loadFile(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer with the request buffer size.
loadSample(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSample(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSnippet(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSnippet
logAverages(int, int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum based on the minimum bandwidth for an octave and the number of bands per octave.
LOGAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
loop() - Method in class ddf.minim.AudioPlayer
 
loop(int) - Method in class ddf.minim.AudioPlayer
 
loop() - Method in class ddf.minim.AudioSnippet
 
loop(int) - Method in class ddf.minim.AudioSnippet
 
loop() - Method in interface ddf.minim.Playable
Sets looping to continuous.
loop(int) - Method in interface ddf.minim.Playable
Sets this to loop num times.
loop(int) - Method in interface ddf.minim.spi.AudioRecording
Starts looping playback from the current position.
LOOP_CONTINUOUSLY - Static variable in class ddf.minim.Minim
 
loopCount() - Method in class ddf.minim.AudioPlayer
 
loopCount() - Method in class ddf.minim.AudioSnippet
 
loopCount() - Method in interface ddf.minim.Playable
Returns the number of loops left to do.
LowPassFS - Class in ddf.minim.effects
LowPassFS is a four stage low pass filter.
LowPassFS(float, float) - Constructor for class ddf.minim.effects.LowPassFS
Constructs a low pass filter with a cutoff frequency of freq that will be used to filter audio recorded at sampleRate.
LowPassSP - Class in ddf.minim.effects
LowPassSP is a single pole low pass filter.
LowPassSP(float, float) - Constructor for class ddf.minim.effects.LowPassSP
Constructs a low pass filter with a cutoff frequency of freq that will be used to filter audio recorded at sampleRate.
LP - Static variable in class ddf.minim.effects.ChebFilter
A constant used to indicate a low pass filter.

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