I have to play a single channel from an ogg file under Android. After a lot of searching, I think I found out a strategy.
Using OpenSL, I decode the file to PCM using something like this. Then I should copy the selected channel from the PCM buffer into another buffer linked to the OutputMix, using something like this.
Is this the best option? Is there something already available to look at?
Thank you.