I mean that you could go for saving the audio in a file and pointing a MediaPlayer instance to it or writing all the samples directly to an audio output via AudioTrack API f.e.
Though there is a certain amount of work you have to do in order to achieve something. E.g. you must keep an eye on your samples, buffers, and deliver them at a certain speed