All of the sounds of my .mfa are in the binary data. Everything works fine if I run the application on my computer.
However, when I try exporting the project (API 33), I keep getting the same issue where sounds longer than 5-6 seconds keep looping back to the beginning.
This can be avoided though; if I make the sounds "load on call", this weird glitch doesn't happen. There's just one problem: I really want to make all sounds be "preloaded", since using "load on call" brings lag spikes and, admittedly, having to tag every sound longer than 5-6 seconds is really tedious.
Any ideas?