0

I want to develop an android application in which the user can play an .mp3 song file reversely ( playing backwards).

I have searched a lot on the web and the stackoverflow, but I haven't found anything useful and basically I'm short on the main idea behind this scenario.

So I'd like to know if there are any java libraries for manipulating .mp3 files or sample applications. Any insight is appreciated :)

Farhad
  • 12,178
  • 5
  • 32
  • 60

1 Answers1

2

A possible solution is to convert it to WAV (on the fly) and then play it using the following answer:

Play WAV file backward

Community
  • 1
  • 1