orottier / web-audio-api-rs

A Rust implementation of the Web Audio API, for use in non-browser contexts
https://docs.rs/web-audio-api/
MIT License
300 stars 16 forks source link

Code reorganization of src/node/mod.rs #491

Closed orottier closed 7 months ago

orottier commented 7 months ago

No changes to the public or private API

b-ma commented 7 months ago

Cool

Would be nice to do the same for AudioWorkletGlobalScope, I always spend some time to find it

orottier commented 7 months ago

Would be nice to do the same for AudioWorkletGlobalScope, I always spend some time to find it

I just don't know where to put it, it belongs both in src/render and with worklet.rs.. I could move it to the root?

b-ma commented 7 months ago

Would be nice to do the same for AudioWorkletGlobalScope, I always spend some time to find it

I just don't know where to put it, it belongs both in src/render and with worklet.rs.. I could move it to the root?

Ehm true... don't really know neither... maybe having a proper worklet mod would make sens as it is where it is publicly exposed?