Hi, Peter, Dave, do you have a clear description of what to do ?
I also want to replay a static AudioTrack instance, but i'm facing the problems described below http://groups.google.com/group/android-beginners/browse_thread/thread/2e7fe46f92afc3d8 So basically what i do is : play() => stop() => reloadStaticData() => play() => etc... It almost works but when i stop doing this, the sound is still playing, even if i call release on the AudioTrack or set it to null. I have noticed that this happens when i'm trying to replay an AudioTrack more frequently than its duration. No way to play a sound of 500ms every 250ms : all you can expect it to have it replayed every 500ms. Help would be greatly appreciated ! Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

