Hello!
i read the joal tutorials, and i have a problem.
The method alutLoadWAVFile load the whole wave file? What if i have 9 songs to play depending on players position, so i have to be able to change music fast.
should i load 360mbyte wave files to the memory?
Or loading in runtime, isn’t to expensive in performance (blocking, etc.)
Thanks.