ok I found a Wav Compressor that got a Wav down from 12mb to 1.1mb BUT when I start my game, the sound is playing like its in Fast Motion... Is it possible to slow it down? the Sound works fine in Windows media player
Sam, did you get my PM about testing your game out??
Im guessing this is the Code to set it to 30fps ? -
Code:
SET_FPS(0,30);
Where do I put that?? as I have tried everywhere in my source code and it doesnt change the sound speed Also tried lower values like 1, 2, 3, 4, 5 etc etc
the first digit is the framerate, the second is the frameskip, so you would have a game with 0 frames per second and a frameskip of 30! :lol:
You put that right at the beginning after you set the mode (16/8 bit) and the resulotion.
You could try making the wave slower with the windows audiorecorder, but that would result in a bigger wave then. I think that is what this compressor does: it some highers the speed of the wave to get a smaller file.
Don`t think lowering the framerate is a good way either, just try to find other musics (mod/xm/it...) Try here!