Otto Rottier
Otto Rottier
I have made the initial quantitative comparison now per directory (per node) Methodology: - our score = # pass + # type error - total = the reported number of...
With rust AudioParam PRs merged https://github.com/orottier/web-audio-api-rs/pull/459 https://github.com/orottier/web-audio-api-rs/pull/460 ``` RESULTS: - # pass: 5009 (+237) - # fail: 659 (-393) - # type error issues: 54 (=) - # files ignored:...
The results for the AudioWorkletNode on my machine (with the latest fix for zero-output nodes) are `npm run wpt -- --filter the-audioworklet-interface` ``` RESULTS: - # pass: 259 - #...
Hey @justin0mcateer, thanks for bringing this up. The problem is, like @b-ma states, there is no such thing as the `MediaStream` in NodeJs. So even if we would provide an...
Thanks for the offer! Let me fight with the workflows for a few more hours, and then add a few more nodes and we should be good to go :)
Okay that was terrible but I managed to publish mac and windows binaries for https://pypi.org/project/web-audio-api/ I will have another look at linux later.
Hey @lordmauve that would be great! I will polish and merge this later today. A lot of work is to be done on the actual binding and fixing the inheritance...
Okay something broke the builds since last year so I probably should not merge this as is. Something with the python version. I can look into it but it won't...
Alright, closing in favour of https://github.com/orottier/py-web-audio-api
The build still fails on the Mac M1 runners. I happen to have one too and I can confirm the tests fail. Is this platform supported? ``` AudioThreadPriorityError: thread promotion...