You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ability to offload some of the processing to C++ would be cool, and would add a fair chunk of DSP code without having to do too much work. The difficult part of this is moving from variable length buffers to fixed length buffers in the graph, and any overheads associated with moving between the C++ and the JS.
The text was updated successfully, but these errors were encountered:
@forresto Yeah, I've been thinking about this quite a lot recently - I wrote a little bit about how I imagine this will happen at h5bp/lazyweb-requests#82. I want to have a go at migrating the core of Audiolet to the Web Audio API proper when I get a moment. The only reservation I have is that there are loads of changes and discussions around the API taking place at the moment, and I don't want to fully jump into this while the API is liable to change drastically.
This ability to offload some of the processing to C++ would be cool, and would add a fair chunk of DSP code without having to do too much work. The difficult part of this is moving from variable length buffers to fixed length buffers in the graph, and any overheads associated with moving between the C++ and the JS.
The text was updated successfully, but these errors were encountered: