开发者

How to make an Android app that can edit MP3 files?

开发者 https://www.devze.com 2023-01-15 00:14 出处:网络
I want to make an app that downloads a specific MP3 file, allow the user to crop/tr开发者_C百科im it and re-upload it back to our server. How can I trim MP3 files inside my app ? Do I need to achieve

I want to make an app that downloads a specific MP3 file, allow the user to crop/tr开发者_C百科im it and re-upload it back to our server. How can I trim MP3 files inside my app ? Do I need to achieve this in C and then port it/use NDK ? If MP3 is tough, I can switch over to other easy formats too.

Will be great if anyone can show me the right path.


I think of all the alternatives, using something like LAME and compiling for the NDK is your best option. Be warned that there are patent restrictions on the MP3 format (most of which I don't understand), and you may run into problems if you distribute your app. YMMV


I didn't test it on Android yet, but there is a pure Java MP3 decoder / player I wrote a while ago. Maybe you can use parts of it. The code is based on JLayer from JavaZoom (also LGPL).


This library helps to trim MP3,AAC/MP4,WAV,3GPP/AMR...

http://code.google.com/p/ringdroid/

0

精彩评论

暂无评论...
验证码 换一张
取 消