Web 服务器上的 WAV / MP3 转换
我希望在我的共享托管服务器(ASP.NET / C#)上将上传的 WAV 文件转换为 MP3,并且很好奇是否有其他人以前解决过这个问题。
我见过一些用于执行音频转换的开源 C# 库(例如 AumpLib),但在大多数情况下,人们似乎在桌面应用程序上使用它们。
有没有适合这种场景的好的开源 C# 库/技术? 任何反馈或建议将不胜感激。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你尝试过LAME吗? http://lame.sourceforge.net/index.php
Have you tried LAME? http://lame.sourceforge.net/index.php
BASS 库可以对 MP3 进行编码。 它不是开源的,但它可以很好地完成这项工作。 还有一个 .NET 包装器可用。
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.