is there a way to play an audio file without the delay? i'm guessing the initial delay is QB64 loading the entire audio file before playing it.I made a program, but it still isn't full proof. It is way too buggy for use. But, it ought to teach you how to use _SNDOPEN :D
my goal is to make a program that acts like a musical keyboard when you press a key on the keyboard.
no matter how short the audio file or what format I use there is always a delay of about a second or two between pressing a key on the keyboard and then hearing the sound file being played.
can multiple audio files be loaded before being played?
thank you for any help in advance.