WLJS LogoWLJS Notebook

AudioPlot

AudioPlot[audio] plots the waveform of audio.

AudioPlot[{audio1, audio2, ...}] plots waveforms of all audioi.

AudioPlot[video] plots the waveform of the first audio track in video.

Examples

Plot audio waveform:

audio = ExampleData[{"Audio", "Bird"}];
AudioPlot[audio]

Please visit the official Wolfram Language Reference for more details.

On this page