public class AudioFramePlot extends Object
| Constructor and Description |
|---|
AudioFramePlot() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawChart(AudioStream... streams)
Draws the first 3 frames of the audio stream on to a chart.
|
static void |
drawChart(int numFrames,
AudioStream... streams)
Draws the first n frames of the audio stream on to a chart.
|
static void |
drawChart(int numFrames,
boolean colouredFrames,
AudioStream... streams)
Draws the first n frames of the audio stream on to a chart.
|
static void |
drawChart(int numFrames,
boolean colouredFrames,
List<IndependentPair<AudioStream,String>> streams)
Draws the first n frames of the audio streams on to a chart mapping the names given
to each stream into the legend.
|
public AudioFramePlot()
public static void drawChart(AudioStream... streams)
streams - The audio streampublic static void drawChart(int numFrames, AudioStream... streams)
numFrames - The number of frames to drawstreams - The audio streamspublic static void drawChart(int numFrames, boolean colouredFrames, AudioStream... streams)
numFrames - The number of frames to drawcolouredFrames - Whether to colour individual framesstreams - The audio streamspublic static void drawChart(int numFrames, boolean colouredFrames, List<IndependentPair<AudioStream,String>> streams)
numFrames - The number of frames to drawcolouredFrames - Whether to colour individual framesstreams - The audio streams and their labels