Just a quick question. I am using the following opcodes to play 8 .wav files in a row with a gap of around 5 seconds between each
After a wav plays, it loads the next file in it's place as for some reason you aren't able to load a wav as any numbers other than "1" or "2".
My problem is that the first 6 files play perfectly as expected but the final 2 wavs are slightly slowed and at a very low pitch. Does anyone have any ideas why this may be?
Code:
03CF: load_wav 2000 as 2
03D1: play_wav 2
After a wav plays, it loads the next file in it's place as for some reason you aren't able to load a wav as any numbers other than "1" or "2".
My problem is that the first 6 files play perfectly as expected but the final 2 wavs are slightly slowed and at a very low pitch. Does anyone have any ideas why this may be?