I would like to know how I could edit mp3 files on the server once it was uploaded from the user browser.
I am going to use a windows service on the server to process it, which is basically cut a specific piece of the mp3 uploaded by the user given the start and end period of time..
Is there any native .net library to do that? do I need third party libraries?
thanks
