Does anyone know if anyone has implemented a purely managed .NET MP3 encoder?
I'm not talking about using the lame.dll; I've already implemented that solution. I mean with no references to anything outside of .NET. It is possible, but I'm not sure if anyone has actually bothered yet and I've had no luck finding a solution myself!
Ideally a port of Lame's algorithm to completely managed code would be nice, but I'm doubting that exists. Someone must have written a very basic (it doesn't need to be super high quality) .NET based MP3 encoder!
I'm hoping I'm not going to have to spend the next six months learning how to encode MP3s manually!
Thanks peeps,
Josh
