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

No audio sink available #18

Closed
zz85 opened this issue Nov 27, 2011 · 3 comments
Closed

No audio sink available #18

zz85 opened this issue Nov 27, 2011 · 3 comments

Comments

@zz85
Copy link

zz85 commented Nov 27, 2011

Hi,

I'm running Chome 15.0.874.121 on a Mac OS 10.6.8 (snow leopard). Just wondering if anyone encounter this error "No audio sink available" when you try to make too many connections to audiolet in a short time? (Eg. in the user-guide examples, keep pressing "Run examples" and you would encounter this error in a few seconds)

Firefox 8 doesn't seem to have this problem, so I'm suspecting its my browser/plateform or perhaps I'm missing some code that doesn't release resources?

Thanks.

@oampo
Copy link
Owner

oampo commented Nov 28, 2011

Ah yeah - this is probably an issue with how the examples are set up. What should really happen is that we connect and disconnect nodes the Audiolet object rather than recreating it each time the run button is pressed. I'll work on getting this fixed up, but for now just avoid creating more than one Audiolet object and you should be okay.

@zz85
Copy link
Author

zz85 commented Nov 28, 2011

hmm.. what about multiple Synth objects, is there a limit? it seems that I encounter the same error with a single Audiolet object but using multiple Synth objects too...

@zz85
Copy link
Author

zz85 commented Nov 28, 2011

ah, my bad. I realized I was creating new Audiolet(); instances in my Synth objects. removed them to ensure only 1 instance of Audiolet is used and the issue is resolved. Thanks! =)

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

No branches or pull requests

2 participants