Re: [android-developers] AudioTrack - Doesn't stop playing as requested.

2009-12-22 Thread Fabricio
Not been very familiar with it but maybe you could pause it and then proced to stop and release. Salutes. Fabricio Tuosto On Tue, Dec 22, 2009 at 11:22, Business Talk wrote: > I've been trying to resolve the issue of the immediate termination of > the AudioTrack played in the MODE_STREAM track w

[android-developers] AudioTrack - Doesn't stop playing as requested.

2009-12-22 Thread Business Talk
I've been trying to resolve the issue of the immediate termination of the AudioTrack played in the MODE_STREAM track with no avail. To do so I call stop and release; audioTrack.stop(); audioTrack.release(); audioTrack = null; I tried flushing but it