Web服务器上的WAV / MP3转换

时间:2021-12-20 19:42:09

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.

我想在我的共享托管服务器(ASP.NET / C#)上将上传的WAV文件转换为MP3,我很好奇,如果有人之前已经解决了这个问题。

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.

我已经看过一些用于执行音频转换的开源C#库(例如AumpLib),但在大多数情况下,看起来人们在桌面应用程序上使用它们。

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

这种情况有没有好的开源C#库/技术?任何反馈或建议将不胜感激。

2 个解决方案

#1


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

你试过LAME吗? http://lame.sourceforge.net/index.php

#2


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.

BASS库可以对MP3执行编码。它不是开源的,但它可以很好地完成工作。还有一个.NET包装器可用。

#1


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

你试过LAME吗? http://lame.sourceforge.net/index.php

#2


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.

BASS库可以对MP3执行编码。它不是开源的,但它可以很好地完成工作。还有一个.NET包装器可用。