I am looking for a good audio compression library for .NET. Anything that uses MP3 is missing (due to licensing issues). Basically, I just need to be able to compress normal WAV audio data in some format and decompress it back to WAV. Preferably, the code will be all .NET (C # or VB.NET), but I don't think this is likely. It should be either lossless or relatively lossless (for example, 192 MP3, preferably) with a compression ratio of at least 4: 1. I would prefer a buffer-based API, but the file-based API is also OK.
Does anyone know anything like this?
source share