Feature request use_audio as a reactive wrapper for web audio api.
see https://rustwasm.github.io/wasm-bindgen/examples/web-audio.html,
https://developer.mozilla.org/de/docs/Web/API/Web_Audio_API
A good starting point would could be implementing simple track playing functionality based on AudioBufferSourceNode etc.