Super speedy sounds..WORK dang YOU!
OK, the WAV file I have in AKT2 at the end races along at a much higher speed then I thought it would. Therefore it goes all high pitched due to being so quick...it doesn't sound too bad still...but it's over far too quickly!
Anybody know a solution?
Anybody know a solution?
When you download waves that are modified or when you change them to PCM, the copyright bullshoot and such disappears, and dink needs that info.
Solution:
Download a freeware soundstudio program ( do a google search for GOLDWAVE ) and re-save the file with that program.
Save it in PCM. Voila, if you got the correct settings for the playsound command it should work
Solution:
Download a freeware soundstudio program ( do a google search for GOLDWAVE ) and re-save the file with that program.
Save it in PCM. Voila, if you got the correct settings for the playsound command it should work

Stuffit...it was "Flash" by Queen...but never mind. It would have been cool, but I sent the file to REdink with a midi instead.

Uh, the problem is that you told it to play too fast, that's all.
Did you use playsound(##, 42050,0,0,0);
Just.. try cutting the big number in half or so..
Did you use playsound(##, 42050,0,0,0);
Just.. try cutting the big number in half or so..
Actually, you have to put the precise number there in order for your sound to work correctly. You can look up the sampling rate in any audio programme or even if you access the files properties in Windows. If it says, 22050 Hz (like most Dink sounds) you need to put this number as the second parameter.