The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Audio::Daemon - UDP Daemon for various Sound Players

SYNOPSIS

  This isn't called directly, but exists for inheritance reasons.

  For Servers :
  use Audio::Daemon::MPG123;
  use Audio::Daemon::Xmms;
  use Audio::Daemon::Shout;
  
  or for the single client interface:
  use Audio::Daemon::Client;

DESCRIPTION

Audio::Daemon is a udp service providing a single udp interface around various other modules, like Xmms, Audio::Play::MPG123 and libshout (for icecast streaming).

AUTHOR

Jay Jacobs jayj@cpan.org

SEE ALSO

Audio::Daemon::MPG123 Audio::Daemon::Xmms Audio::Daemon::Shout Audio::Daemon::Client