I am working on an Android application that allows the user to speak into the device. Then i want to save that, and rewind part of it to play it again, maybe fast forward to another part of the audio, pause it, play it, etc. Like a basic tape recorder.
Are there any built APIs or methods or code to allow this? If not, then where do I go from here?
Any help would be greatly appreciated.
Using MediaPlayer you can seek to different positions in the stream but this is different from playing fast forward (or fast rewind), also known as "trick play" in DVRs.
However, fast forward can probably implemented using seekTo like this:
.
I might be required to implement FF in a video player I am working on. If I get it working I'll update my answer here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With