Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tighter integration with the Web Audio API #9

Open
oampo opened this issue Aug 10, 2011 · 4 comments
Open

Tighter integration with the Web Audio API #9

oampo opened this issue Aug 10, 2011 · 4 comments
Labels

Comments

@oampo
Copy link
Owner

oampo commented Aug 10, 2011

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.

@forresto
Copy link

forresto commented Aug 3, 2012

👍

@forresto
Copy link

forresto commented Aug 3, 2012

Now that Web Audio API is getting implemented in Chrome and iOS 6, are there some more thoughts on this?

@oampo
Copy link
Owner Author

oampo commented Aug 4, 2012

@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.

@micahscopes
Copy link

Any word on this? I'd like to use Audiolet but sink.js doesn't seem to work well (at all) with Firefox 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants