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 › External Audio Playback
Page Index Toggle Pages: 1
External Audio Playback (Read 839 times)
External Audio Playback
Oct 22nd, 2006, 1:39pm
 
Hi,

I'm new to processing and I'm trying to use the Ess audioFile() method to stream audio from an external folder, but the audio seems to get embedded into the applet? Can't work it out? Smiley Is it possible?

I'm using following path:
myFile=new AudioFile("music.wav",0,Ess.READ);
With the wav included in the data folder. Could I, say, have a folder called "music" next to my .jar applet file that include the sound files?

Thanks,

/ marcus
Page Index Toggle Pages: 1