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 › Ess problem loading sound
Page Index Toggle Pages: 1
Ess problem loading sound (Read 499 times)
Ess problem loading sound
Feb 29th, 2008, 5:56pm
 
Hi,

I am new with processing and I want to use the Ess. library. I downloaded & placed it in my processing libraries folder and written some code that calls an audio file whenever the mouse is clicked. However, when I compile it I get this message in my monitor : unable to load sound. I've tried both .wav and .mp3 files but none of them works. Any help please?

Thanx,
Myrto
Re: Ess problem loading sound
Reply #1 - Mar 5th, 2008, 10:15am
 
I had to do the same as you but I didn't manage. Finally I used the minim library that is more simple.

http://code.compartmental.net/tools/minim/
Re: Ess problem loading sound
Reply #2 - Mar 5th, 2008, 12:17pm
 
funny, cause i just came on to look for a solution to the same problem and it was the first post.

im guessing its got something to do with the encoding of the mp3, some meta data being injected into it. works fine with an aif file i used from one of the ESS examples.
Re: Ess problem loading sound
Reply #3 - Mar 7th, 2008, 9:24pm
 
thanx guys, I'll try the minim in the weekend and post the code if I get it working.

m
Page Index Toggle Pages: 1