That's because it goes through a loop loading all the sound files first. Change the loop to load just what you want
Don't use this loop; just do one or two at a timeCode:For i = 32 To 126 Set KeyboardCharacterSound(i) = New AudioSounds KeyboardCharacterSound(i).getAudioSoundFile App.Path & "\sounds\" & i & ".wav" Next i





Reply With Quote