Web Audio Input

Hi, I'm using Cpal for audio input-output operations. It's working with wasm for audio output but it's not working with audio input. Issue: What would it take to make WebAssembly audio inputs happen? · Issue #813 · RustAudio/cpal · GitHub .

My question is how can I get audio input from browser with Rust ?

web_sys, and some MDN documentation should be able to get audio input set up.

Setting it up with Cpal would be a different story, especially with orphan rule and any trait implementation.

1 Like