[android-developers] Re: Delay on Track Playing(SoudMixter Application)

2013-03-10 Thread niko20
You are never going to sync perfectly doing it this way. You have to mix the sound data together yourself and then feed it out as one PCM stream On Saturday, March 9, 2013 12:25:51 PM UTC-6, Dharmendra Deshmukh wrote: > > This is Application Code I am Posting here.. > > > > > > public class Muli

[android-developers] Re: Delay on Track Playing(SoudMixter Application)

2013-03-09 Thread Dharmendra Deshmukh
Its a sound mixture application...so i have to play all song according to user requirment On Sunday, March 10, 2013 2:35:38 AM UTC+5:30, Jonathan S wrote: > > It is a bad idea to call System.exit(1). Do you need all songs to play at > once? > > On Saturday, March 9, 2013 1:25:51 PM UTC-5, Dharm

[android-developers] Re: Delay on Track Playing(SoudMixter Application)

2013-03-09 Thread Jonathan S
It is a bad idea to call System.exit(1). Do you need all songs to play at once? On Saturday, March 9, 2013 1:25:51 PM UTC-5, Dharmendra Deshmukh wrote: > > This is Application Code I am Posting here.. > > > > > > public class MulitrackmixtureActivity extends Activity { > /** Called when the activ