Hi there I'm exporting to Android, I'm basically making a virtual guitar where you touch a note and it plays.
I created all the sounds for one string (25 different sounds) and when I tested it on my computer and phone (Nexus 5x) everything worked fine.
I then added 25 more sounds for the next string. It worked great on my computer and the apk built fine. But when I loaded it on my phone it took ages to load and once it had none of the sounds worked.
I'm guessing there's a limit on the number of sounds you can have internally on Android? Or perhaps the cache is getting full? In total I'll need 150 sounds I'm wondering if this is possible?
They're all ogg files at 96 bitrate.
Should I try having them all external will this help and still have quick playback? What#s the pros and cons of internal and external sounds?
Thanks.



Reply With Quote

