Function audio_visualizer::waveform::staticc::plotters_png_file::waveform_static_plotters_png_visualize[][src]

pub fn waveform_static_plotters_png_visualize(
    samples: &[i16],
    channels: Channels,
    directory: &str,
    filename: &str
)
Expand description

Visualizes audio as a waveform in a png file using “plotters” crate. If the data is stereo, it creates two files (with “left_” and “right_” prefix).