ircam-ismm / node-web-audio-api

Web Audio API implementation for Node.js
https://www.npmjs.com/package/node-web-audio-api
BSD 3-Clause "New" or "Revised" License
106 stars 14 forks source link

Bind the ScriptProcessorNode #111

Closed orottier closed 6 months ago

orottier commented 7 months ago

It exists now: https://docs.rs/web-audio-api/1.0.0-rc.4/web_audio_api/node/struct.ScriptProcessorNode.html

b-ma commented 7 months ago

Yup, this is in the short list :) but I need to review/generalize how thread safe functions are stored / handled first

b-ma commented 6 months ago

Done in #121