On Feb 26, 6:04 pm, clark <[email protected]> wrote: > > SoundPoolhas been reliable for me, and I've not had any reports of > > crashes. What are you using for the maxStreams constructor argument? > > I originally started out by using 20 for the maxStreams argument, > although I only have two wav files to load into the pool at this > time. I was just planning for future use.
Are you playing back the sounds multiple times simultaneously? maxStreams refers to the number of streams that can be playing concurrently, not the number of different sounds loaded. -- Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

