Otto Rottier
Otto Rottier
I added some more todos following the discussion over at https://app.slack.com/client/T04PVA27V/CGS5YDU0J
> Ensure we run run_audio_worklet_global_scope and setImmediate only once per render quantum I would rather not add something to the base lib to facilitate this. Instead, we could just add...
Yes indeed, we cannot guarantee it is called before or after the audio destination node. (unless we connect the destination node to the canary node - perhaps not a bad...
I have submitted a PR over at wpt for the buffer-loader.js: https://github.com/web-platform-tests/wpt/pull/43824 Let's see where that gets us
Results with v0.41.1 (no PR needed here due to patch release, just `cargo update`) ``` RESULTS: - # pass: 3858 (+80) - # fail: 1216 (-74) - # type error...
Results from #70 ``` RESULTS: - # pass: 3856 (-2) - # fail: 1226 (+10) - # type error issues: 63 (+1) - # files ignored: 3 (-5) ```
Results from #76 (webaudio-rs v0.42 mainly): ``` RESULTS: - # pass: 4304 (+448) - # fail: 782 (-444) - # type error issues: 59 (-4) - # files ignored: 3...
Results from other browsers. Interesting to see they hit so many more assertions. Probably makes sense if there are worklet-node assertions for example. For more detail I will collect results...
Results from #82 #85 and https://github.com/orottier/web-audio-api-rs/pull/455 https://github.com/orottier/web-audio-api-rs/pull/454 https://github.com/orottier/web-audio-api-rs/pull/452 https://github.com/orottier/web-audio-api-rs/pull/456 ``` RESULTS: - # pass: 4467 (+73) - # fail: 736 (+24) - # type error issues: 58 (+1) - #...