POE/Component/Enc/Ogg version 1.02 ================================== This is a POE component for wrapping the Ogg Vorbis encoder 'oggenc' POE is a multitasking framework for Perl. Ogg Vorbis is an open standard for compressed audio and oggenc is an encoder for this standard. This module wraps oggenc into the POE framework, simplifying its use in, for example, a CD music ripper and encoder application. It provides an object oriented interface. To use this module, you will need the POE framework (See http://poe.perl.org/) and you will need to install the OggVorbis tools (See http://www.vorbis.com/). 1.02 is the first public issue of this module. SEE ALSO Changes Vorbis Tools oggenc(1) POE::Component::Enc::Mp3 POE::Component::CD::Detect POE::Component::CD::Rip INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires the following other modules and libraries. POE POE::Wheel::Run POE::Filter::Line POE::Driver::SysRW oggenc COPYRIGHT AND LICENCE Copyright (c) 2004 Steve James. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.