I'd like to create a simple audio sequencer app for Android (like FL, GarageBand etc.). However, I'm stuck at manipulating the audio. In particular, how should I implement audio playback (that is, playing the recorded audio), are there any libraries to use or it is better to use just default Java methods? Recently I found Oboe but I'm not sure whether it is good for that purpose.
I'm using raw files as the audio sources (like piano notes) and access them using AudioTrack.