We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › sound input when sketch is opened in a browser?
Page Index Toggle Pages: 1
sound input when sketch is opened in a browser?? (Read 985 times)
sound input when sketch is opened in a browser??
Jan 23rd, 2010, 12:42am
 
hi,

i,ve exported my sketch to upload it on openprocessing.org
but it don't work. because i can't cet the sound input, when the sketch is opened in browser.
i used minim.
how can i get the sound in a browser??

regards maik
Re: sound input when sketch is opened in a browser??
Reply #1 - Jan 24th, 2010, 10:51am
 
I think audio input is disabled in web-based java applets for security issues. To avoid this limitation you have to "sign" you applet, that sincerely I don't know how.

The other way is to every user manually change the security policy file of his local JRE, that I also don't know how Sad
Re: sound input when sketch is opened in a browser??
Reply #2 - Feb 4th, 2010, 12:36pm
 
hi,
i signed every *.jar in applet and it works.
You can find tutorial on ess library page.
sorry, i can't post you direct link, i'm new here.
Page Index Toggle Pages: 1