Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: madxlib (Read 2614 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

madxlib

I'd like to announce the availability of "madxlib" a C/C++ source code to create a Windows DLL that performs buffer-based MP3 decoding. It allows you to process a given MP3 file in chunks at intervals you specify, and returns the decoded 16-bit PCM samples in a buffer. It uses the powerful open source library libmad for MP3 decoding.

Features:
- Decode from MP3 to PCM or WAV
- Fast, high quality decoding using libmad library
- Flexible buffer based calling mechanism
- Use it to build file-to-file conversion utilities, players, or streaming servers
- Example sources, including C# example
- Download source or pre-compiled demo+DLL

Most current release will always be referenced from http://www.arbingersys.com/concerns.html#madxlib