Alienhead Posted April 2, 2024 Posted April 2, 2024 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 Alienhead Components and Software
Josh Posted April 2, 2024 Posted April 2, 2024 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.
Dreikblack Posted April 2, 2024 Posted April 2, 2024 No problems in C++ version but in LUA i have same issue with this code Quote
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.