Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.015.266 Times

Audio::Daemon::MPG123::Client 0.99 Beta

  Date Added: January 23, 2010  |  Visits: 1.019

Audio::Daemon::MPG123::Client 0.99

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123. SYNOPSIS use Audio::Daemon::Client; my $player = new Audio::Daemon::Client(Server => 10.10.10.1, Port => 9101); # add in some mp3s $player->add(qw(Goodbye.mp3 Joey.mp3 Clothes_Of_Sand.mp3)); # set random mode on $player->random(1); # status returns a hashref full of useful info my $status = $player->status; print "Random mode is ".($status->{random}?On:Off)."n"; print "Current track is "".$status->{title}." by .$status->{artist}."n"; This is one possible Client for Audio::Daemon. This client portion communicates to the Server via UDP message passing and has no dependancies other then IO::Socket and IO::Select. Most of this is best demostrated by examples, so Ill try to keep the examples up to date.. Get Audio Daemon at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Audio Daemon is a perl module to daemonize various players and support a single UDP interace for different players. Currently you can set up a server for MPG123, Xmms and an icecast stream (using libshout). Now your application only needs one client li

Requirements: No special requirements
Platforms: Linux
Keyword: Beta Client Libraries Portion Programming Random
Users rating: 0/10

License: Freeware Size: 15.36 KB
USER REVIEWS
More Reviews or Write Review


AUDIO::DAEMON::MPG123::CLIENT 0.99 RELATED
Libraries  -  Windows Azure Libraries for Java 0.1.2 December 2011 CTP
The Windows Azure SDK for Java provides client libraries and tools to allow Java developers to quickly and easily create applications that run on Windows Azure or leverage Windows Azure services such as Windows Azure Storage or Service Bus. To be...
 
Communication Tools  -  Net Clients .NET 1.0.1
Client libraries written in C# for text-based internet protocols (so far including NNTP and Dict). These libraries are designed to reflect the RFCs of their respective protocols. With the release of the MS WCF, this project is effectively obsolete.
113.49 KB  
Games  -  Diablo III Beta Client 1.0
Twenty years have passed since the Prime Evils were defeated and banished from the world of Sanctuary. Now, you must return to where it all began * the town of Tristram * and investigate rumors of a fallen star, for this is the first sign of...
57.84 MB  
Text Chat Clients  -  KNewz 0.1 Beta 2
KNewz project is a binary newsgroup client for KDE4. I wrote it because there is no one client out there that does what I want it to. Planned features include automatic PAR2 checking (via kpart, whee), automatic unpacking of downloaded files,...
92.16 KB  
Version Control Tools  -  Team Foundation for Mono 0.5.0.1
Team Foundation for Mono is an implementation of the Team Foundation libraries and related client programs for the Mono .Net platform. Team Foundation is a collection of collaborative technologies that support a team effort to deliver a product...
276.48 KB  
Programming  -  Luban programming language Beta 2.1
Luban is a component oriented scripting language. Luban is free and open source. Luban is named after a legendary ancient Chinese civil engineer and carpenter two thousand year ago whose constructions are still in use today. The programming...
378.88 KB  
Libraries  -  libpng 1.2.19 / 1.2.20 Beta 1
libpng (PNG library) is a collection of routines used to create and manipulate PNG format graphics files. The PNG file format was designed as a replacement for GIF and, to a lesser extent, TIFF, with many improvements and extensions. Whats New...
 
Libraries  -  JPOX 1.1.8 / 1.2.0 Beta 3
JPOX is a free and fully compliant implementation of the JDO 1.0 and 2.0 specifications, providing transparent persistence of Java objects. JPOX supports persistence to all of the major RDBMS on the market today, supporting all of the main...
1.6 MB  
Utilities  -  ggivnc 0.3.0
ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input. The reason this VNC client came about was to fill the need for a companion to the VNC target in libggi. All existing VNC code was at the time...
368.64 KB  
Libraries  -  Konstrukt::Plugin::guestbook::DBI 0.5 Beta 7
Konstrukt::Plugin::guestbook::DBI is a Konstrukt guestbook. Backend Driver for the Perl-DBI. Konstrukt guestbook DBI backend driver. CONFIGURATION Note that you have to create the table guest. You may turn on the install setting (see...
532.48 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB