You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that cpal can access some low level information about audio drivers, that is otherwise inaccessible from WebAudioAPI. In particular, I would like to have access to ReaRoute, which is a driver, bundled with a DAW called Reaper. ReaRoute gives 16 inputs and 16 outputs and I was able to list them by running the enumerate.rs example.
Now, my question is, is it possible to compile this example to WebAssemly and have full access to these inputs/outputs from WebAudioAPI? What object(s) do I need to expose from Rust to the Browser, and how to use these objects in the Browser.
Can you point me in the right direction how to achieve this goal? Thank you!
The text was updated successfully, but these errors were encountered:
Hi folks!
I found that cpal can access some low level information about audio drivers, that is otherwise inaccessible from WebAudioAPI. In particular, I would like to have access to ReaRoute, which is a driver, bundled with a DAW called Reaper. ReaRoute gives 16 inputs and 16 outputs and I was able to list them by running the
enumerate.rs
example.Now, my question is, is it possible to compile this example to WebAssemly and have full access to these inputs/outputs from WebAudioAPI? What object(s) do I need to expose from Rust to the Browser, and how to use these objects in the Browser.
Can you point me in the right direction how to achieve this goal? Thank you!
The text was updated successfully, but these errors were encountered: