Alienhead Posted April 2 Share Posted April 2 How many unique sound files can be loaded? I seem to have hit a cap at 28. Trying to load the 28th sound clip freezes the app. For example: ( LUA ) sounds = {} for t=1, 28 do sounds[t] = LoadSound("https://raw.githubusercontent.com/UltraEngine/Documentation/master/Assets/Sound/notification.wav", LOAD_UNMANAGED ) end sounds[28]:Play() Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
Josh Posted April 2 Share Posted April 2 It should be limited only by your system memory. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Dreikblack Posted April 2 Share Posted April 2 No problems in C++ version but in LUA i have same issue with this code Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.