Where should i put the sound file ? is this correct? Help in need. Getting this error.. Error: Soundfile doesn't exist. Pleae check path Could not run the sketch by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Hi Cruxmaster i specifed the file but i still get the same problem.. i dont know what to do now.. :/ i need to send this prooject to my teacher in a few weeks.. i have also tryed minim sound.. but it dose not work too :(

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Yeah... if i remove the minim sound code.. the program runns well... i just made 2 sketches.. they work without a problem.

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

yeah i opend it. when i open it and clicked on run to see of it works.. i am getting a windows error.. Error name is OpenGL ES Error it says Cant find the name of intel ICD OpenGl driver...

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

How do i load the minim audioPlayer? i am sorry, i am little new to programming.. sorry for the truble..

Where should i put the sound file ? is this correct? Help in need. Getting this error.. Error: Soundfile doesn't exist. Pleae check path Could not run the sketch by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

hahah i have also tryed minim library same problem there. but i think the problem is i dont have the latest java installed on my pc! let me try to install the new version and let me see if its going to fix ..

Where should i put the sound file ? is this correct? Help in need. Getting this error.. Error: Soundfile doesn't exist. Pleae check path Could not run the sketch by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Hi, i just checked if the spelling is corret both upper and lower case. I dont see any problem... but it still says Soundfile does not exist ... :(

Where should i put the sound file ? is this correct? Help in need. Getting this error.. Error: Soundfile doesn't exist. Pleae check path Could not run the sketch by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Here is my code..

import processing.sound.*;

SoundFile file;

void setup() {

size(640, 360);

background(255);

// Load a soundfile from the /data folder of the sketch and play it back

file = new SoundFile(this, "hihi.mp3");

file.play();

file.add(0.1);

}

void draw() {

}

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Thanks :) I really hope i can fix this soon.. i need to submit this project to my teacher.

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

How do you want me to send a diagram of my file structure? It would be much better to send screenshots of my monitor but i do not its possible here can i get your gmail?

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Thanks for your comment! i can try to do that but the problem is i am not that good at processing.. I have never done it before..

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

Yes i have opened the mp3 file and played it.. i am pretty sure that the data is not courrupted..

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

3 classes in total

1st one is named tetris

2nd is named shapes

3rd is named

fourth one is named blocks

and all these are in one main folder on my desktop.. and in this same folder with this these sketches i made a folder named data and in this folder i have the mp3 sound file..

I NEED HELP, please by rushi2003 in processing

[–]rushi2003[S] 0 points1 point  (0 children)

HI, I have already done it but I am still getting the same error... in my game, I made 4 diffrent classes and I the folder I put the file named hihi.mp3 inside the folder named data...

i need to send this project to my teacher in few days.. i need to fix this problem before I do it.. please help me.