简体   繁体   中英

How to play an .mp3 file reversely in java

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 :)

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

Play WAV file backward

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM