save_spectrogram_png_with_options

Function save_spectrogram_png_with_options 

Source
pub fn save_spectrogram_png_with_options(
    path: &Path,
    x: &[f32],
    fs: f32,
    opts: SpectrogramOptions,
) -> Result<(), Box<dyn Error>>