Audio performance with Android

Hi all,

Playing audio clips in Android devices cause a huge performance problem. Is there any special implementation to improve performance while playing sounds?

Thanks.

Use Native (WAV, AIFF) audio for short sound effects. The audio data will be larger, but sounds won’t need to be decoded at play time.
Actually using Native audio is the only way I can properly run my game on Android