pub fn audio_spectrogram<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for AudioSpectrogram::new().build(input, scope).
AudioSpectrogram::new().build(input, scope)