SoundPoolPlayer
SoundPoolPlayer copied to clipboard
custom extention from SoundPool with setOnCompletionListener without the low-efficiency drawback of MediaPlayer
Results
2
SoundPoolPlayer issues
Sort by
recently updated
recently updated
newest added
Important bit is the release of MediaPlayer in getSoundDuration() Wrapped loadAndPlay() in a try/catch Added LOG_TAG for output
Hi khliu1238 (Howard Liu) 'SoundPool(int, int, int)' is deprecated as of API 21 ("Lollipop"; Android 5.0) Android studio suggest using "SoundPool.Builder().setMaxStreams(10).build();" how to change this line "super(1, streamType, srcQuality);" in...