Hi everyone, I'd like to become a registered module developer. Name: Peter Timofejew Email: [EMAIL PROTECTED] Homepage: http://timofejew.com/ Preferred ID: PTIMOF Proposed contribution: The module I've written is an XS wrapper for decoding and encoding MPEG audio (a.k.a. MP3) files, with a detailed level of control (decoding/encoding returns back to Perl execution space after every MP3 frame to allow all sorts of interesting applications). It's an interface into the MAD (MPEG Audio Decoder) and LAME (Lame Ain't MP3 Encoder) libraries available elsewhere (the README has instructions on how to install these external libraries). The execution speed is quite good, and it was developed (in part) to allow real-time streaming (decoding/encoding on the fly). Supports audio resampling as well (both for decoding and encoding). The namespace I propose for this is "Audio::MPEG". There are 3 packages shipped with the module: Audio::MPEG::Decode, Audio::MPEG::Output, and Audio::MPEG::Encode. Peter T -- Peter Timofejew Toronto, Ontario, Canada Email: [EMAIL PROTECTED] Website: www.timofejew.com