I am adding two different sounds with ID '1' and '2'. But I just want
to play them simultaneously and not worry about adjusting volume as of
now.

Still can't figure out how to do that.

On Apr 16, 2:48 pm, BobG <bobgard...@aol.com> wrote:
> Looks like you are only adding sound1 to the pool. Need to add sound2
> also? You need to remember the soundid the pool gives you... you could
> start 'airplane sound' then start 3 more of them, and they all have
> diff IDs so you can adj the vol of each as they fly by, etc.
>
> On Apr 13, 5:26 pm, Jack <jackzo...@gmail.com> wrote:
>
> > Thanks BobG.
> > But it doesn't work. I was told that if I call
> > mSoundManager.playSound() twice in immediate succession, then it might
> > work, but it doesn't. Can somebody help?
>
> > On Apr 13, 12:53 pm, BobG <bobgard...@aol.com> wrote:
>
> > > Try declaringsoundpoolfor 4 more sounds than you want to play.
> > > There's some messages saying that helps?- Hide quoted text -
>
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow 
> athttp://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to