The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
POE/Component/Enc/Ogg version 1.04
==================================

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/).
For encoding from flac files, you will also need the Free Lossless Audio Codec
tool (See http://flac.sourceforge.net/).


SEE ALSO

    ./Changes
    Vorbis Tools oggenc(1)
    Free Lossless Audio Codec flac(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
    flac (optional, for encoding direct from flac files)


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.