Currently I'm using AudioTrack passing to it audio data from native layer to play.
It seems I can use OpenSL ES in the native layer instead of AudioTrack in Java. What are the supposed advantages OpenSL ES gives as opposed to AudioTrack?
OpenSL ES:
Advantages:
Disadvantages:
AudioTrack:
Advantages:
Disadvantages: