Is there any way to get audio stream from a wav file (wav file in particular) in android?
I am trying to get the stream of a particular interval(i.e from startTime to endTime where startTime is not zero). For example, to get the audio stream from 5 sec to 10 sec (5 sec duration) of a 20 sec long wav file.
How to do that? I see this link but this is for java not android and you know javax not supported for android. Get byte stream from an audio file?