Tagged Questions
1
vote
1answer
574 views
Can't play sound in AVD
I'm trying to work through this book on android programming and one of the examples is how to play sounds using the SoundPool.
However it always gives me the same error in LogCat:
AudioFlinger could ...
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 ...