I wish to play series of sounds using soundpool, but want to wait till each sound has completed before starting the next one. I can not find any .isPlaying()
type function. Is there one?
Asked
Active
Viewed 1,002 times
0

Mick
- 8,284
- 22
- 81
- 173
-
is there a .getLength() method? – sschrass May 31 '12 at 11:02
-
soundPool.getLength() does not exist. – Mick May 31 '12 at 11:08
-
1what about this: http://stackoverflow.com/questions/4709883/what-is-the-best-way-to-get-an-audio-file-duration-in-android ? as the author said, rather heavy. – sschrass May 31 '12 at 11:14