NAME
Audio::Daemon::MPG123 - UDP Daemon wrapper around Audio::Play::MPG123
SYNOPSIS
This isn't called directly, but exists for inheritance reasons.
use Audio::Daemon::MPG123::Server;
# or
use Audio::Daemon::MPG123::Client;
DESCRIPTION
Audio::Daemon::MPG123 is a wrapper around Audio::Play::MPG123, adding two big features, Multiple clients accessing the same Audio::Play::MPG123 instance, and udp messaging allowing the client to be removed from the server. There are other interesting features, but those were the two goals of this project.
There are two subclasses to Audio::Daemon::MPG123, one for the server and one for the client. The Server needs Audio::Play::MPG123, Audio::Mixer (for optional volume control). The Client needs IO::Socket.
AUTHOR
Jay Jacobs jayj@cpan.org
SEE ALSO
Audio::Daemon::MPG123::Server Audio::Daemon::MPG123::Client
Audio::Play::MPG123
perl(1).
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 93:
=back without =over