What's the best audio compression library for .NET?

前端 未结 6 927
情话喂你
情话喂你 2021-01-06 05:48

I\'m looking for a good audio compression library for .NET. Anything using MP3 is out (because of the licensing issue). Basically I just need to be able to compress regula

6条回答
  •  醉话见心
    2021-01-06 06:30

    Have you thought about using WMA? If you use managed C++ or C++/CLI it's very easy to write a managed wrapper around the Windows Media Format SDK. This assembly can then be easily used by a higher level VB.Net or C# assembly. As long as you have WMP installed it even has the advantage of not requiring any additional dependencies.

提交回复
热议问题