Top "Soundpool" questions

Android API : The SoundPool class manages and plays audio resources for applications

Play sound using soundpool example

I would like to learn how to use soundpool method. I would like you to show me a very simple …

android media soundpool
Soundpool sample not ready

I have a .wav file that I'd like to use across my game, currently I am loading the sound in …

android soundpool
How bad is Android SoundPool? What alternative to use?

I was looking at Android's SoundPool as a mechanism to implement sound effects in my generic game development library. It …

android audio soundpool
Playing sound over speakers while playing music through headphones

I have an AudioTrack streaming via headphones. I have to send a SoundPool to built-in speakers only, without interrupting the …

android soundpool android-audiomanager audiotrack
Play sound with SoundPool

I need to play a short sound in my application. I wrote the following code but I have no sound …

android audio soundpool
AudioFlinger could not create track. status: -12

I am programming for android 2.2 and am trying to using the SoundPool class to play several sounds simultaneously but at …

android soundpool
set Audio Attributes in SoundPool.Builder class for API 21

I am following an Android Programming video lecture series which was designed in the pre-API 21 times. Hence it tells me …

java android audio soundpool
What is the best way to get an audio file duration in Android?

I'm using a SoundPool to play audio clips in my app. All is fine but I need to know when …

android audio media-player duration soundpool
Record/capture internal sound playback of Android app and export mp3?

Is it possible to record the internal sound generated by the app? My app allows you to create and play …

android audio android-mediaplayer audio-recording soundpool
Playing multiple sounds using SoundManager

If I play a single sound, it runs fine. Adding a second sound causes it to crash. Anyone know what …

android audio soundpool