Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W
P
PeakDetector
- Class in
com.icdif.audio.analysis
This class receives the SpectralDifference and calculates the Peaks.
PeakDetector(ArrayList<Float>)
- Constructor for class com.icdif.audio.analysis.
PeakDetector
Instantiates the class by passing the spectral Flux that'll be used to calculate the threshold
PlaybackPlot
- Class in
com.icdif.audio.graph
Receives a plot and a decoder and plays back the audio from the decoder at the same time as it sets the marker in the plot accordingly.
PlaybackPlot(Plot, int, AudioDecoder)
- Constructor for class com.icdif.audio.graph.
PlaybackPlot
This constructor plays back the audio form the decoder and sets the marker of the plot accordingly.
playSamples(float[])
- Method in class com.icdif.audio.io.
AudioDevice
Passes the samples to the soundcard that plays them.
Plot
- Class in
com.icdif.audio.graph
A class that allows to plot values (float[] or ArrayList[Float]) to a swing window.
Plot(String, int, int)
- Constructor for class com.icdif.audio.graph.
Plot
Instantiates a new Plot with the given title and dimensions.
plot(float[], float, Color)
- Method in class com.icdif.audio.graph.
Plot
This plots the values passed, with the Window defined as parameter.
plot(ArrayList<Float>, float, Color)
- Method in class com.icdif.audio.graph.
Plot
This method plots the arraylist of samples, with the Window defined as parameter
plot(float[], float, float, boolean, Color)
- Method in class com.icdif.audio.graph.
Plot
This plots the samples, with the Window defined as parameter.
plot(ArrayList<Float>, float, float, boolean, Color)
- Method in class com.icdif.audio.graph.
Plot
This plots the samples, with the Window defined as parameter.
plot(float[], float, Color)
- Method in class com.icdif.audio.graph.
PlotOld
This plots the values passed, with the Window defined as parameter.
plot(ArrayList<Float>, float, Color)
- Method in class com.icdif.audio.graph.
PlotOld
This plots the samples, with the Window defined as parameter
plot(float[], float, float, boolean, Color)
- Method in class com.icdif.audio.graph.
PlotOld
This plots the samples, with the Window defined as parameter.
plot(ArrayList<Float>, float, float, boolean, Color)
- Method in class com.icdif.audio.graph.
PlotOld
This plots the samples, with the Window defined as parameter.
PlotOld
- Class in
com.icdif.audio.graph
A simple class that allows to plot float[] arrays to a swing window.
PlotOld(String, int, int)
- Constructor for class com.icdif.audio.graph.
PlotOld
Instantiates a new Plot with the given title and dimensions.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W