I need to create a class to handle audio AudioTrack.
In this class must have methods that enqueue audiotracks and play them in sequence synchronously.
Could anyone help me?
I do not know dequeue synchronously and play each part of the audio.
I need to use it because the data is passed to the audiotrack in byte [] is not on file. So I can not use the MediaPlayer.
You can use following code…