I\'m experimenting with AudioTrack class. Basically, my app has to generate a sound when the user touches a specific object on screen. I\'ve used this example as a guide.
Why you have commented out your stopPlaying() method?
You can only create 32 AudioTracks. If you want more you should call release() method.