Wednesday, July 27, 2011

[android-developers] Re: Odp: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

FYI, i just finished implementing a replacement sound player with OpenSL ES using the NDK, and preliminary testing reports indicate that the crashes on the S2 have gone, so it sounds like the problem is with soundpool, and not at a lower level.
I used a dynamically linked shared library since OpenSL is only supported on 2.3 and above, and i did the resource loading (.ogg) myself (you can get OpenSL to load/decode the resources from the apk but there were some limitations with switching data sources in the audioplayer that i didn't want to work around)

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment