You create two AudioTrack instances, then in each you pass a playback
listener object, I don't see why you can to multiples at once..

-niko

On Dec 14, 7:27 am, Business Talk <roman.businesst...@gmail.com>
wrote:
> Is the AudioTrack fundamentally designed to be a singleton? Methods on
> the OnPlaybackPositionUpdateListener receive just one argument, which
> is the AudioTrack itself. And since the AudioTrack does not have
> getTag/setTag methods I don't see any way to distinguish among
> multiple AudioTracks in the OnPlaybackPositionUpdateListener methods
> short of keeping track of references. So, if it's so why it's not
> implemented as a singleton? Any thoughts. I am trying to implement
> concurrent use of the AudioTrack. Anybody has any experience with this
> approach? Am I wasting time?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to