6

I am using two Audiotracks set to stereo, one for the right channel and one for the left. While they both work great by themselves, when I try and play them both at the same time I either lose a channel or one of the channels is choppy. They are both started in an AsyncTask.

How can I get both of them to play together?

Flynn
  • 5,903
  • 7
  • 38
  • 55

1 Answers1

0

Check out the following stackoverflow questions:

Community
  • 1
  • 1
poitroae
  • 21,129
  • 10
  • 63
  • 81
  • Both of these are similar, but not the same as my current question. The first link is about ensuring that the AudioTrack instance is cleared. In the second link problem was solved by using separate threads, which mine do. Regardless, thanks for contributing. – Flynn Feb 15 '12 at 04:01