This is to announce the initial beta release of 'aumplib'.
aumplib is a C# namespace which comprises a set of classes that interface several prominent open source audio conversion projects via DLL. The projects are LAME (MP3 encoding), libsndfile (non-MP3 audio conversion), and libmad (MP3 decoding; through madlldlib).
Features:
- Converts a large number of audio formats including the biggie, MP3
- Easy object-oriented interface
- Powerful audio conversion for your C# project
- Includes pure C# library (mp3check) for detecting whether a file is MP3
- Example Windows application demonstrates use of the library
- You only need the .NET SDK to compile. No need for Visual Studio .NET
I would like feedback on the library from anyone interested in this type of project (constructive criticism included). I have setup a forum on my website for comments or questions. You can download the source here.