What's the best way to play sound fx? I keep having issues with soundpool and am wondering if there are any alternatives.
I got rid of the stuttering frame rate it was causing by putting it in an audio handler on its own thread, but I still get some crunchy problems playing too many sounds at once. I really don't think it's a hardware limitation, since this is 2022 and phones play fortnight, but it definitely seems like one of many problems inherent to soundpool. I'm not looking for an entire engine to redo my game in, just a way to play sound. I have everything else done and am just trying to clean up sound performance at this point.
Thanks so much for any input!
I got rid of the stuttering frame rate it was causing by putting it in an audio handler on its own thread, but I still get some crunchy problems playing too many sounds at once. I really don't think it's a hardware limitation, since this is 2022 and phones play fortnight, but it definitely seems like one of many problems inherent to soundpool. I'm not looking for an entire engine to redo my game in, just a way to play sound. I have everything else done and am just trying to clean up sound performance at this point.
Thanks so much for any input!