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

前端 未结 6 910
情话喂你
情话喂你 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:17

    Have a look at FMod. Is has good audio compression, playing, as well as 3d effects features. It supports lots of audio formats. It is written in C but has a good C# wrapper along with it.

    [[http://www.fmod.org/]]

提交回复
热议问题