Tahinli
1
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
system
Closed
3
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.