Reputation: 139
I want to trim a music file(mp3).I want to do it in c,c++ or Java.So what are the libraries that I can use to do this.I want it for my android application.So help me on how it can be integrated with my application.It is good if someone has some answers regarding this?
Upvotes: 3
Views: 7145
Reputation: 7722
There are already several similar but not identical questions around:
How to "Trim" an Audio File in Java, C# or PHP (For Browser)
java mp3/audio editing/trimming library
and also ways to utilize them:
ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")
Upvotes: 4