How to convert mp3 file to .wav and .aiff in asp.net
-
Is there any way that I can convert an MP3 file into a .WAV and .aiff file using .NET 3.5? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Is there any way that I can convert an MP3 file into a .WAV and .aiff file using .NET 3.5? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
Well, this has nothing to do with ASP.NET, obviously, So, you should ask it in the right forum for hte language you use. The answer will be, .NET has nothing built in, although I think directshow may work with mp3s, and may even work with aiffs if the right filter is installed. Otherwise, you'll need a third party component.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Well, this has nothing to do with ASP.NET, obviously, So, you should ask it in the right forum for hte language you use. The answer will be, .NET has nothing built in, although I think directshow may work with mp3s, and may even work with aiffs if the right filter is installed. Otherwise, you'll need a third party component.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Ok, Could you please let me know how can i use direct-x with c#.net. I am developing a website where i need to convert mp3 file to .wav and .aiff. Is there any link which will help me or any third party component which i can use? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Ok, Could you please let me know how can i use direct-x with c#.net. I am developing a website where i need to convert mp3 file to .wav and .aiff. Is there any link which will help me or any third party component which i can use? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
The direct X support built in to .NET is useless. There's a number of libraries that use interop to give you all of DX. http://slimdx.org/[^] is the one that people seem to be talking about. I really don't know the specifics of what you need, sorry, I just know how this stuff works, and DX is really where you need to start. Once you have SlimDX, you can read any DirectX tutorial and use it in .NET.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
The direct X support built in to .NET is useless. There's a number of libraries that use interop to give you all of DX. http://slimdx.org/[^] is the one that people seem to be talking about. I really don't know the specifics of what you need, sorry, I just know how this stuff works, and DX is really where you need to start. Once you have SlimDX, you can read any DirectX tutorial and use it in .NET.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Ok thanks, I will try it and let u know. Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.