node-web-audio-api
node-web-audio-api copied to clipboard
MediaStream Destination Node
You mention the MediaStreams API is somewhat out of scope for this library, but there is an implementation (wrapper) of the MediaStream Source Node. Also, the upstream/wrapped crate appears to implement the MediaStream Destination node: https://github.com/orottier/web-audio-api-rs/blob/main/src/node/media_stream_destination.rs
Aside from perhaps needing to be written manually (vs generated) what are the challenges with creating a MediaStream Desitnation Node wrapper? Is there anyone able to take this on if it were to be sponsored?