Re: [android-developers] Re: Regarding play audio files using SoundPool class

2012-06-07 Thread Narendra Singh Rathore
On Wed, Dec 21, 2011 at 2:05 PM, kumar wrote: > Hi, > > Thanks for your early reply Md.Fazla Rabbi. > > * I have noted your point, in my app I am also using same as this, but > here is my requirement below*: > 1. Once i click on a button, it should give me three different sounds one > after t

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-21 Thread Md.Fazla Rabbi OPU
Hi Kumar , Hope this link will be helpful for you. * http://stackoverflow.com/questions/3288513/how-to-play-audio-files-one-after-the-other * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-21 Thread kumar
Hi, Thanks for your early reply Md.Fazla Rabbi. * I have noted your point, in my app I am also using same as this, but here is my requirement below*: 1. Once i click on a button, it should give me three different sounds one after the other? I have three music files, which should be run one a

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-20 Thread Md.Fazla Rabbi OPU
Hi Verma, I have developed a app which holds some audio files(50 sound files). For my app i have used *MediaPlayer* Object which play one sound file at a time. So for these 50 sound files i have stored sound files in *res/raw* folder. Then in my code i use an array which holds the *id* of the soun

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-20 Thread kumar
Hi thanks for the reply . On Wed, Dec 21, 2011 at 12:13 AM, Jeffrey Dunbar < nightsbird.mob...@gmail.com> wrote: > What requirements are you needing. I would suggest amrnb or ogg to > keep them small, > ogg for quality, never wav or mp3. I personally would put them in the > asset directory > it

[android-developers] Re: Regarding play audio files using SoundPool class

2011-12-20 Thread Jeffrey Dunbar
What requirements are you needing. I would suggest amrnb or ogg to keep them small, ogg for quality, never wav or mp3. I personally would put them in the asset directory it seemed to work better for my app Jeff On Dec 19, 11:15 pm, kumar varma wrote: > I've created an application which uses arou