LoadSound/PlaySound

Previous topic - Next topic

MrTAToad

Is there a maximum length for a PCM WAV file that LoadSound will load ?   I have a 32 second tune that appears to load, but PlaySound just returns -1

PLAYMUSIC works fine, but I dont really want to reload files all the time.

Kitty Hello

Strange. What format?

MrTAToad

#2
It is a 16-bit PCM WAV file.  Its 32 seconds or so long...  Bit rate is 1141kbps

Problem Solved!  With the help of QuickTime Pro, I re-converted the file (11.025Khz) and it works!  Yay!