pub fn decode_wav<O0: Into<Output>>( contents: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeWav::new().build(contents, scope).
DecodeWav::new().build(contents, scope)