0
votes
1answer
19 views

Application load time is so slow when using many sounds in Soundpool… any substitutions?

Long story short, I am making a soundboard. Short clips, so by researching, Soundpool seemed like the best option. It has worked out phenomenally for me, except that the overall load time is getting ...
0
votes
0answers
44 views

Media player stops on playing continuously for >20 times(& Sound Pool Help)

I have a simple "Press the button - Play the sound" need. For which I want to play a sound for as long as the user clicks buttons. Problem is that after pressing such many times, the Media player ...
0
votes
1answer
190 views

Make some audio effects and store it in a mediaplayer

I need make some audio effects on a list of recordings in .3gp format that was stored into device. The audio effects that I need are the addition of reverberant sounds or the mixing with another ...
5
votes
1answer
740 views

Android Audio effect on wav file and save it

Requirement Android open a .wav file in sd card, play it , add some effect (like echo, pitch shift etc), save the file with effect. Simple :( What I know I can open and play file using Soundpool ...
0
votes
1answer
154 views

Soundpool issue

I'm working on a little game that is uses soundpool to play small sound-files. However, it now seems that I have too many sound files that I want to add to the soundpool since I get an error saying ...
0
votes
0answers
78 views

Sequence audio Android

How can I play a list of audio files in sequence? When the user presses a button, I need the sequence to start (first and then second without stop). In a loop also.
8
votes
1answer
737 views

Seamless Looping with SoundPool on Android?

I am trying to loop short (20kb), gapless ogg files with the SoundPool class and cannot get consistent results while testing on hardware. It always plays back perfectly using the emulator but when I ...