user1371727
user1371727

Reputation: 21

Cut MP3 file and set it as ringtone

I want to develop an WP7 application to cut/split an MP3 file from marked position. I tried looking for some API to split but no luck. I really appreciate if anybody can guide me on below points.

  1. Is there any control available for WP7 to play and mark the MP3 file for splitting.
  2. Is there any API to cut the selected portion in MP3 file.

Thanks

Upvotes: 0

Views: 918

Answers (1)

Igor Ralic
Igor Ralic

Reputation: 15006

I am now aware of the Windows Phone lib for that, but...

Perhaps you could do it on a server because there are great MP3 C# libs available

Mp3Sharp

If you could get the mp3 to/from the server, it would be great. To play it on the device, use advice from another StackOverflow question. Enable selecting part of the song, send the info to the server which will then return you the cut mp3 file.

Sounds good to me, at least in theory. (you didn't post any code, so I guess we're just theorizing ;)

Upvotes: 1

Related Questions