mp3 file or sound edit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to edit mp3 files(or sounds in any format) in my host using asp.net.
but i don't know how? we can edit graphics using System.drawing. is there any
namespace for editing sound. if not is there any way to edit sound?

my english is very bad, please try to understand :)
 
You can acomplish playing MP3 in asp.net with a simple JavaScript,you can
download this script from many places.
 
as far as I know he want to EDIT the mp3 music, not playing...
 
There are many programs about sound editing. Can i use dll files of them? If
i can, how?
 
you can't!

DLL are truncate files, you need to know what functions that DLL has.

You need to search the web and see if there's any 3rd party component to do
that.

a lot of DJ's websites manage to do that, but they use FLASH to edit music,
not ASP.NET, Flash has ActionScripts that allow you to edit/change/remove
what music file you want, but takes work from you, a lot work if you're not
familiarize with Flash and Action Scripts.

http://www.2advanced.com/

this guys made a lot of flash websites that you can see
 
Thanks :D

Bruno Alexandre said:
you can't!

DLL are truncate files, you need to know what functions that DLL has.

You need to search the web and see if there's any 3rd party component to do
that.

a lot of DJ's websites manage to do that, but they use FLASH to edit music,
not ASP.NET, Flash has ActionScripts that allow you to edit/change/remove
what music file you want, but takes work from you, a lot work if you're not
familiarize with Flash and Action Scripts.

http://www.2advanced.com/

this guys made a lot of flash websites that you can see
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top