Is there a java audio library that is capable of setting the playback rate of the audio(controlling the speed of the audio) as well as being able to return me the current position of the playback and the total duration of the audio stream?
I noticed that the android mediaplayer would be able to return me the current position of the playback and the total duration of the audio stream but it doesn't let me set the playback rate.
And unfortunately the android soundpool lets me set the playback rate but doesn't let me get the current position or the total duration of the audio stream.
Do you guys have any suggestion for what java library would be able to help me out. Any suggestion would be appreciated, thanks.