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