player
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1446
VMware Player 2.0.0 Build 45731
VMware Player can be used by anyone to run virtual machines on a Linux PC. more>> <<less
Download (63.8MB)
Added: 2007-05-09 License: Freeware Price:
2872 downloads
pita 0.14
pita is client-server music player. more>>
pita is client-server music player. A daemon process, pitad, maintains a queue of files which it plays through the sound system.
Various clients manipulate the daemon, adding songs, moving through the queue, etc.
<<lessVarious clients manipulate the daemon, adding songs, moving through the queue, etc.
Download (0.016MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
913 downloads
YOLK XMMS PLAYER aqua
YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme. more>>
YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme.
I realized that Aqua is required in most desktop palletes.
It supports:
- Play
- Pause
- REW
- FWW
<<lessI realized that Aqua is required in most desktop palletes.
It supports:
- Play
- Pause
- REW
- FWW
Download (0.64MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1210 downloads
cd player 0.4a
cd player is a really small player for Linux with a curses-like user interface. more>>
cd player is a really small cd player for Linux with a curses-like user interface.
Main features:
- mcdp is a small (maybe the smallest) cd-player for _linux_
- it compiles/runs out off the box
- it can be compiled against dietlibc (~16kb static!)
- working play methods: reapeat cd, repeat track and intro
- since version 0.3a, minimal cddb title download is also included
<<lessMain features:
- mcdp is a small (maybe the smallest) cd-player for _linux_
- it compiles/runs out off the box
- it can be compiled against dietlibc (~16kb static!)
- working play methods: reapeat cd, repeat track and intro
- since version 0.3a, minimal cddb title download is also included
Download (0.029MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1423 downloads
DCOP::Amarok::Player 0.036
DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP. more>>
DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP.
SYNOPSIS
use DCOP::Amarok::Player;
$player = DCOP::Amarok::Player->new();
$player->playPause();
print $player->getRandom();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Player talks directly to the player object of amaroK.
<<lessSYNOPSIS
use DCOP::Amarok::Player;
$player = DCOP::Amarok::Player->new();
$player->playPause();
print $player->getRandom();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Player talks directly to the player object of amaroK.
Download (0.004MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1048 downloads
FALF Player 1.0 RC5
FALF Player wants to be a smart, compact, light and comfortable mp3 player with tabbed playlists. more>>
FALF Player wants to be a smart, compact, light and comfortable mp3 player with tabbed playlists.
Its early pre-release and it does not represent the quality of first stable release so be careful with your notes.
If you want to help, join the project!
<<lessIts early pre-release and it does not represent the quality of first stable release so be careful with your notes.
If you want to help, join the project!
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
925 downloads
Amarok Video Player 0.1
Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer. more>>
I like using Amarok for managing my podcasts but I wasnt able to play my video podcasts.
Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer.
Edit the script to change KMplayer to another video player.
<<lessAmarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer.
Edit the script to change KMplayer to another video player.
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1271 downloads
Ambisonics Player 1.0
Ambisonics Player is a simple player for ambisonics files. more>>
Ambisonics Player is a simple player for ambisonics files. Ambisonics Player is programmed in Java, which means that (in theory) should be able to run on all platforms that java runs on. Java-sound must also be implemented on the platform.
It has been developed on Windows XP running Java 1.5, and also tested on linux 64-bit system (Gentoo AMD64) using sun-jdk-1.5.0.03. So these combinations should be fine. I dont think it works with earlier java-versions than 1.5, atleast not very good.
Main features:
- Plays 1.,2. and 3. order soundfiles in B-format.
- Files in wav,aiff,flac and ogg format supported (ogg-files caneven be streamed).
- Floating point support (for WAV-files only).
- Decode ambisonics to speaker-feeds or binaural stereo files by using HRTF and decode to virtual speaker-array.
- Play directly to soundcard outputs or save to file.
<<lessIt has been developed on Windows XP running Java 1.5, and also tested on linux 64-bit system (Gentoo AMD64) using sun-jdk-1.5.0.03. So these combinations should be fine. I dont think it works with earlier java-versions than 1.5, atleast not very good.
Main features:
- Plays 1.,2. and 3. order soundfiles in B-format.
- Files in wav,aiff,flac and ogg format supported (ogg-files caneven be streamed).
- Floating point support (for WAV-files only).
- Decode ambisonics to speaker-feeds or binaural stereo files by using HRTF and decode to virtual speaker-array.
- Play directly to soundcard outputs or save to file.
Download (2.3MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1324 downloads
Term::TtyRec::Player 0.03
Term::TtyRec::Player is a Perl module that playbacks ttyrec data. more>>
Term::TtyRec::Player is a Perl module that playbacks ttyrec data.
SYNOPSIS
use Term::TtyRec::Player;
use FileHandle;
# $handle is any IO::* object
my $handle = FileHandle->new(file.tty);
my $player = Term::TtyRec::Player->new($handle);
# options can be set as hashref
my $player = Term::TtyRec::Player->new($handle, {
speed => 1, nowait => undef,
});
Term::TtyRec::Player playbacks ttyrec recorded data. See pttyplay and Term::TtyRec for details about ttyrec.
METHODS
new
$player = Term::TtyRec::Player->new($handle, %attr);
constructs new Term::TtyRec::Player instance.
play
$player->play();
Plays recorded data on your terminal.
peek
$player->peek();
Plays live-recoded data to your terminal. This method implements ttyplay -p option.
<<lessSYNOPSIS
use Term::TtyRec::Player;
use FileHandle;
# $handle is any IO::* object
my $handle = FileHandle->new(file.tty);
my $player = Term::TtyRec::Player->new($handle);
# options can be set as hashref
my $player = Term::TtyRec::Player->new($handle, {
speed => 1, nowait => undef,
});
Term::TtyRec::Player playbacks ttyrec recorded data. See pttyplay and Term::TtyRec for details about ttyrec.
METHODS
new
$player = Term::TtyRec::Player->new($handle, %attr);
constructs new Term::TtyRec::Player instance.
play
$player->play();
Plays recorded data on your terminal.
peek
$player->peek();
Plays live-recoded data to your terminal. This method implements ttyplay -p option.
Download (0.004MB)
Added: 2006-12-26 License: Perl Artistic License Price:
1032 downloads
POE::Component::Player::Musicus 1.32
POE::Component::Player::Musicus is a POE wrapper for the musicus audio player. more>>
POE::Component::Player::Musicus is a POE wrapper for the musicus audio player.
SYNOPSIS
use POE qw(Component::Player::Musicus);
$musicus = POE::Component::Player::Musicus->new();
$musicus->play("test.mp3");
POE::Kernel->run();
This POE component is used to manipulate the musicus player from within a POE application
<<lessSYNOPSIS
use POE qw(Component::Player::Musicus);
$musicus = POE::Component::Player::Musicus->new();
$musicus->play("test.mp3");
POE::Kernel->run();
This POE component is used to manipulate the musicus player from within a POE application
Download (0.12MB)
Added: 2006-12-26 License: Perl Artistic License Price:
1036 downloads
Volity::Player 0.6.5
Volity::Player is a Perl module for Volity players, from a referees perspective. more>>
Volity::Player is a Perl module for Volity players, from a referees perspective.
An object of this class represents a Volity player present at a table. The referee creates one of these objects for every player who comes to that refs table. The player might not actually play the game (i.e. sit in a seat), but is nonetheless recognized by the referee as a potential game player and table presence.
In certain circumstances a ref may choose to keep an object for a given player persistent, even after that player leaves the table, while other times the players departure results in the objects destruction. Generally, it just does the right thing.
USAGE
You should never need to create or destroy player objects yourself; the referee object takes care of that. However, there are a number of methods defined by Volity::Referee and Volity::Seat that return player objects, so you may find yourself interacting with them anyway.
Volity::Game subclasses refer to seats more often than to individual players, since most game interaction takes place at the seat level.
<<lessAn object of this class represents a Volity player present at a table. The referee creates one of these objects for every player who comes to that refs table. The player might not actually play the game (i.e. sit in a seat), but is nonetheless recognized by the referee as a potential game player and table presence.
In certain circumstances a ref may choose to keep an object for a given player persistent, even after that player leaves the table, while other times the players departure results in the objects destruction. Generally, it just does the right thing.
USAGE
You should never need to create or destroy player objects yourself; the referee object takes care of that. However, there are a number of methods defined by Volity::Referee and Volity::Seat that return player objects, so you may find yourself interacting with them anyway.
Volity::Game subclasses refer to seats more often than to individual players, since most game interaction takes place at the seat level.
Download (0.10MB)
Added: 2006-12-22 License: Perl Artistic License Price:
1037 downloads
MP3::Player::PktConcert 0.01
MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert. more>>
MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert.
SYNOPSIS
use MP3::Player::PktConcert;
my $pocket_concert = new MP3::Player::PktConcert;
my $proc_port = $pocket_concert->mount();
$pocket_concert->open();
my @tracks = $pocket_concert->tracks();
foreach my $track (@tracks) {
printf "%4d %-40s %9dn", $track->id(), $track->name(), $track->size();
}
my ($free,$total) = $pocket_concert->usage();
printf( "%d bytes free out of %d bytes totaln", $free, $total );
$pocket_concert->close();
MP3::Player::PktConcert is a Perl wrapper to John Seagulls C API to the Intel PocketConcert MP3 Player.
<<lessSYNOPSIS
use MP3::Player::PktConcert;
my $pocket_concert = new MP3::Player::PktConcert;
my $proc_port = $pocket_concert->mount();
$pocket_concert->open();
my @tracks = $pocket_concert->tracks();
foreach my $track (@tracks) {
printf "%4d %-40s %9dn", $track->id(), $track->name(), $track->size();
}
my ($free,$total) = $pocket_concert->usage();
printf( "%d bytes free out of %d bytes totaln", $free, $total );
$pocket_concert->close();
MP3::Player::PktConcert is a Perl wrapper to John Seagulls C API to the Intel PocketConcert MP3 Player.
Download (0.013MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1080 downloads
Chess::FIDE::Player 1.00
Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. more>>
Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List.
SYNOPSIS
use Chess::FIDE::Player qw(@FIDE_field);
my $player = Chess::FIDE::Player->new(%param);
print $player->id() . "n";
$player->value(field);
Chess::FIDE::Player - Parse player data from FIDE Rating List. FIDE is the International Chess Federation that every quarter of the year releases a list of its rated members. The list contains about fifty thousand entries. This module provides means of translation of every entry into a perl object containing all the fields.
Constructor
$player = Chess::FIDE::Player->new(%param);
The constructor creates a hash reference, blesses it and fills it with parameters passed in %param. The parameters should be fields corresponding to @FIDE_field (see section EXPORT). If a field is not defined, a default value contained in %init is used, and if it is the id field, the next default id is increased by one.
value
$player->value(field); $player->value(field,$value);
First one retrieves a field in the $player object. If the field is not valid (i.e. not contained in @FIDE_field, an undef is returned. Second one sets the field to $value, and again in case of an invalid field undef is returned. Otherwise the new value of the field is returned.
EXPORT
@FIDE_field
- array of valid fields for the Player object.
<<lessSYNOPSIS
use Chess::FIDE::Player qw(@FIDE_field);
my $player = Chess::FIDE::Player->new(%param);
print $player->id() . "n";
$player->value(field);
Chess::FIDE::Player - Parse player data from FIDE Rating List. FIDE is the International Chess Federation that every quarter of the year releases a list of its rated members. The list contains about fifty thousand entries. This module provides means of translation of every entry into a perl object containing all the fields.
Constructor
$player = Chess::FIDE::Player->new(%param);
The constructor creates a hash reference, blesses it and fills it with parameters passed in %param. The parameters should be fields corresponding to @FIDE_field (see section EXPORT). If a field is not defined, a default value contained in %init is used, and if it is the id field, the next default id is increased by one.
value
$player->value(field); $player->value(field,$value);
First one retrieves a field in the $player object. If the field is not valid (i.e. not contained in @FIDE_field, an undef is returned. Second one sets the field to $value, and again in case of an invalid field undef is returned. Otherwise the new value of the field is returned.
EXPORT
@FIDE_field
- array of valid fields for the Player object.
Download (1.1MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1038 downloads
Games::Battleship::Player 0.05
Games::Battleship::Player is a Battleship player class. more>>
Games::Battleship::Player is a Battleship player class.
SYNOPSIS
use Games::Battleship::Player;
$aeryk = Games::Battleship::Player->new(name => Aeryk);
$gene = Games::Battleship::Player->new(name => Gene);
print Player 1: , $aeryk->name, "n",
Player 2: , $gene->name, "n";
$aeryk->strike($gene, 0, 0);
# Repeat and get a duplicate strike warning.
$strike = $aeryk->strike($gene, 0, 0);
print $aeryk->grid($gene), "nThat was a " .
( $strike == 1 ? hit!
: $strike == 0 ? miss.
: duplicate? ), "n";
$craft_obj = $aeryk->craft($id);
A Games::Battleship::Player object represents a Battleship player complete with fleet and game surface.
<<lessSYNOPSIS
use Games::Battleship::Player;
$aeryk = Games::Battleship::Player->new(name => Aeryk);
$gene = Games::Battleship::Player->new(name => Gene);
print Player 1: , $aeryk->name, "n",
Player 2: , $gene->name, "n";
$aeryk->strike($gene, 0, 0);
# Repeat and get a duplicate strike warning.
$strike = $aeryk->strike($gene, 0, 0);
print $aeryk->grid($gene), "nThat was a " .
( $strike == 1 ? hit!
: $strike == 0 ? miss.
: duplicate? ), "n";
$craft_obj = $aeryk->craft($id);
A Games::Battleship::Player object represents a Battleship player complete with fleet and game surface.
Download (0.011MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1039 downloads
Alceri Multimedia Player 2.2
AMmP is a Multimedia Player which uses GTK+ 2. more>>
AMmP is a Multimedia Player which uses GTK+ 2. It currently supports audio CDs, MP3, and MPEG videos.
AMmP support for the moment :
mp3
mpeg
cdaudio
This is a simple help to use AMmP.
To load a media, click on the "eject symbol" button...
You can select more that one media by holdding or key.
If youve cdaudio in the main ("dev/cdrom") cd tray, a new button will appear in the media browser : Probe cd which open a new window where you can choose cd track you want to add to the playlist !
To view current playlist, click on the "left align symbol" button.
Enhancements:
- mpeg, mp3, cdaudio support
<<lessAMmP support for the moment :
mp3
mpeg
cdaudio
This is a simple help to use AMmP.
To load a media, click on the "eject symbol" button...
You can select more that one media by holdding or key.
If youve cdaudio in the main ("dev/cdrom") cd tray, a new button will appear in the media browser : Probe cd which open a new window where you can choose cd track you want to add to the playlist !
To view current playlist, click on the "left align symbol" button.
Enhancements:
- mpeg, mp3, cdaudio support
Download (0.32MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1203 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above player search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed