Update: It took me a day to figure out what comment poster Louis meant by making it a streaming sound, but apparently there's a setting in the JSON for that: ""stream": true", with that added to the specific sound.. it works fine.
As soon you load a VORBIS sound file with a length around 3 minutes and a size of about 4MB by using the command '/playsound', the game freezes until its fully loaded and then starts to play it.
Comments 4
Interesting, I will check that out, and see if it works and then I will come back and report.
But is there any help and or information about that issue, I'm not familiar with special settings to the vorbis format which allows streaming..Sounds familiar though.
And I believe this is because with normal sounds, the game tries to cache the entire file before playing. However, large files are obviously a problem. You set large files to stream, but then there could be other complications when sounds interact, which is why you should use them sparingly. Could someone specify exactly what the problem is with overlapping streaming audio?
For large audio files, you must make it a streaming sound. It is advised to use this sparingly, though.