Reputation: 341
I need to create a ring tone application, in which the user select a file from the music library, and import it to application, and after importing he will be able to create a ring tone of that music file. Any help will greatly be appreciated. because i am new to this field.
Upvotes: 2
Views: 980
Reputation: 145
This is a very broad question over a very large topic, you may want to reduce it to bullet points as different questions.
You will need to start with specifying what kind of music files you will allow, .mp3, .ogg, .wav, flac, wma, etc. - each of these formats have different ways to break down music, you'll need to know each one that you're planning to allow. It's a very large subject - you could try licensing software like: http://www.avs4you.com/AVS-Audio-Editor.aspx and writing extensions on it that will automatically allow a user to to choose 'break points' or have your software attempt to find them yourself.
Upvotes: 1