up vote 2 down vote favorite
2
share [g+] share [fb]

I'm looking to convert uploaded WAV files to MP3 on my shared hosting server (ASP.NET / C#) and am curious if anyone else has tackled this before.

I've seen a few open source C# libraries for performing audio conversion (AumpLib, for example), but in most cases it looks like people are using them on desktop applications.

Are there any good open source C# libraries / technologies for this scenario? Any feedback or advice would be greatly appreciated.

link|improve this question

65% accept rate
feedback

2 Answers

Have you tried LAME? http://lame.sourceforge.net/index.php

link|improve this answer
lame is best if you are converting to high vbr mp3 otherwise there are others that are faster or better - (mp3.radified.com/audio_codec_comparison.htm ) – zzzuperfly Oct 28 '09 at 10:42
feedback

The BASS Library can perform encoding to MP3. It is not open source, but it will do the job nicely. There's also a .NET wrapper available.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.