react-webaudio
react-webaudio copied to clipboard
Do we kiss web-audio good-bye with react-native!
Love Web Audio but it might be a long haul getting it into NPM form and something that works with React-Native. Any thoughts on where this might go?
WEll, react-webaudio is an experiment to see how well React can be applied to a non-DOM scene graph. It works OK but I think the fit is a little clumsy. Also, getting a WebAudio equivalent working in React-Native sounds like a chunk of work. I think going forward it would work out better to make a more generic audio lib that provides more abstract nodes (buffersource, filter, etc.) and then map those onto either WebAudio or Native-equivalent constructs.