On Tuesday, May 17, 2011 2:13:32 AM UTC-4, Gheter wrote:
 

> Is it possible to play two audio files at once, one of which is played 
> through the right earphone and the other through the left? Is it even 
> possible to send different audio to each earphone? 
>

You probably can't do it with the media player framework, but I believe you 
can play linearly sampled buffers of arbitrary stereo data with reasonable 
channel isolation.  So if you run two (supplied by you) audio file codec 
processors, deal with any sample rate mismatch, and then direct the data to 
the left and right channels of stereo buffers, you should be able to do it. 

-- 
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