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

P

pausePlaying() - Method in class com.icdif.audio.graph.PlaybackPlot
 
pausePlaying() - Method in class com.icdif.audio.io.AudioDevice
By using the stop method of the Line, it can pause the playing (it can be resumed later)
PeakDetector - Class in com.icdif.audio.analysis
This class receives the Detection Function and calculates the Onsets.
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
PeakDetector(ArrayList<Float>, int, float) - Constructor for class com.icdif.audio.analysis.PeakDetector
Instantiates this class by passing the spectral Flux and the parameters that'll be used to calculate the threshold and the peaks.
PhaseDeviation - Class in com.icdif.audio.analysis
A class that detects the onset using the PhaseDeviation (PD) method originally proposed by Bello et al and later refined by Simon Dixon by using weighting (WPD)
PhaseDeviation(AudioDecoder, int, int, boolean) - Constructor for class com.icdif.audio.analysis.PhaseDeviation
Initiates this class, by supplying the parameters needed
PhaseDeviation(AudioDecoder, int, int, boolean, boolean) - Constructor for class com.icdif.audio.analysis.PhaseDeviation
Initiates this class, by supplying the parameters needed and giving the chance to behave like a Weighted Phase Deviation method
PhaseDeviation(AudioDecoder, int, int, boolean, boolean, boolean) - Constructor for class com.icdif.audio.analysis.PhaseDeviation
Initiates this class, by supplying the parameters needed and giving the chance to behave like a Normalised Weighted Phase Deviation method
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.
PlayInPlot(float, AudioDecoder) - Method in class com.icdif.audio.graph.Plot
Plays the audio associated with the plot and adds a marker dynamically to the plot
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.
printOnsetsToFile(String) - Method in class com.icdif.audio.analysis.PeakDetector
Prints the time instants onsets to a file

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