Wednesday, October 13, 2004

The Code Project - Aumplib: C# Namespace And Classes For Audio Conversion

The Code Project - Aumplib: C# Namespace And Classes For Audio Conversion

"Introduction

Aumplib (fully qualified name: Arbingersys.Audio.Aumplib) is a namespace of various classes that provide audio conversion capabilities, and can convert between many audio formats, including MP3. Aumplib provides an OO interface to several prominent Open Source projects using P/Invoke. These projects are LAME (MP3 encoding), libsndfile (non-MP3 audio formats), and madlldlib/libmad (MP3 decoding). It supports conversion between a large number of audio formats, and in the future should support even more.

Background

Aumplib was designed to provide a clean, easy, and powerful audio conversion interface in C# to prominent Open Source audio conversion libraries (which were written in C/C++). These libraries have existed on the Internet for some time, but were not readily usable by C# programmers because the data structures were not clearly mapped or they were not in DLL form. Aumplib 'wraps' these libraries using P/Invoke and offers various objects that simplify using them. "

Interesting...

1 comment:

Greg said...

New URL, http://www.codeproject.com/cs/media/Aumplib.asp