Vin99999
Vin99999

Reputation: 139

Trim an mp3 file?

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

Answers (1)

devsnd
devsnd

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

Crop MP3 to first 30 seconds

and also ways to utilize them:

ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")

Upvotes: 4

Related Questions