• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

audio replay app for lectures with automatic play pause cycle

I'm looking for an android app to write down notes with a computer from a recording taken with a samsung galaxy note III smartphone.

Each cycle should optimally cover (the proposed time values are chosen arbitrary):
  • 5 sec play
  • 5 sec pause
  • 1 sec rewind (so each cycle you hear four new seconds)
Is there an app which do more or less like this?
 
You can write a task to do this in Tasker, using the Media controls. Set a variable startPos to 0. Tell it to play music starting at the position startPos , then five seconds later tell it to stop playing music, and add 4 to startPos. Then five seconds later go back to the top of the loop. I'm not sure how to figure out the length of the recording and get it to stop.
 
Back
Top Bottom