Android Soundpool problems
问题 I've got an app on the Android Market and have been using the SoundPool classes for the sound effects. I've noticed that, of all the parts of the Android API, this seems to have caused me the most problems. For example: HTC Desire has problems playing WAV files (this causes it to lock up randomly). Using .ogg files fixes this On the Droid, if you exceed the number of channels in the init setup call: mSoundPool = new SoundPool(4, AudioManager.STREAM_MUSIC, 0); the handset would lock up. If you