Madlldlib v1 beta 3
Libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e. C#, Visual Basic)...
madxlib v1.0b3
madxlib is a C/C++ source code to create a Windows DLL that performs buffer-based MP3 decoding. It allows you to build interfaces that can 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 "li...
Media player with eXtra Peformance 0.6.2
MPlayerXP is a branch of the well known mplayer (http://mplayerhq.hu) which is based on the new (thread based) core. The new core provides better CPU utilization and excellently improves performance of video decoding. Main goal of this project is to get monotonous CPU loading during movie playback.
MP3 Bitstream Parser v1.0
It parses a given MP3 file to produce detaild info corresponding to each 'frame' in the MP3 file. It produces info corresponding to each bit in header, each bit in 'side_info' and the main_data for each frame. A must for an MP3 developer. It works on Unix/Linux ONLY.
Mp3 ID4 tag 1.00
This is an improved version of ID3 TAG for MP3's. It's much better... It allows you to give titles, artists, albums and comments to MP3's up to 255 characters length, and also supports 65537 genres. With Basic sourcecode.
Winamp remote control unit
The unit contains procedures and functions to remotely conrtol WinAMP out of other applications using standart windows API calls. (pascal source)