Main > Free Download Search >

Free to play software for linux

to play

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1804
fbxplay 0.2

fbxplay 0.2


fbxplay project is script to play or record (multiposte) channels using VLC or mplayer from free.fr adsl users only. more>>
fbxplay project is script to play or record (multiposte) channels using VLC or mplayer from free.fr adsl users only.

If you have router You must initially redirect ports 31336 & 31337 in UDP towards the IP network of the PC which will use the multipost accessible one since the options from ADSL TV.

(http://www.freenews.fr/index.php?itemid=2920) (WORK ONLY with http://adsl.free.fr users)
<<less
Download (MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1028 downloads
sapplay 0.2

sapplay 0.2


sapplay is a console player based on libSap. more>>
sapplay is a console player based on libSap.

About libSAP:

libSap is a Linux port of windows SAP Library. SAP Library is a software emulation of CPU 6502 microprocessor and Pokey chip.

Those two chips are used in Atari XL/XE computers. SAP Library is used to to run programs written in 6502 machine language, programs that are using Pokey chip to play tunes and sounds.

<<less
Download (0.034MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1288 downloads
Xmms Gtk Playlist 2.0

Xmms Gtk Playlist 2.0


Xmms Gtk Playlist is an application to import and search the current xmms playlist. more>>
Xmms Gtk Playlist is an application to import and search the current xmms playlist.

I use xmms to play music. But the playlist is hard to navigate. So the answer was to throw together a helper application that imports the current playlist and then lets you perform regex searches.

You can sort on any of the columns, and can double click on a row or use the play/stop toolbar buttons. Uses normal C and gtk. Thrown together in three evenings (load&sort&play, search&code cleanup, polish user interface).

In version 2.0 there are two output binaries, the Xmms General plugin and the standalone helper application. The source for both is identical, the difference is in how they are accessed and started.

<<less
Download (0.20MB)
Added: 2006-04-06 License: BSD License Price:
1296 downloads
SMPlayer 0.1

SMPlayer 0.1


SMPlayer is a utility to play media file via the media player MPlayer. more>>
SMPlayer is a utility to play media file via the media player MPlayer. Files can be selected by a File-Selection-Dialog or by Drag-and-Drop.

By now it supports only basic functionality:

Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.

<<less
Download (0.68MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
962 downloads
Audio::Play 1.029

Audio::Play 1.029


Audio::Play is an interface for Audio::Data to hardware. more>>
Audio::Play is an interface for Audio::Data to hardware.

SYNOPSIS

use Audio::Data;
use Audio::Play;

$audio = Audio::Data->new(...)

$svr = Audio::Play->new;

$svr->play($audio);

Audio::Play is an wrapper class which loads Audio::Play::$^O i.e. a per-platform driver.

Each class provides the following interface:

$svr = $class->new([$wait])

Create the server and return an object. $wait is supposed to determine whether to wait for device (and for how long) but is currently not really working for many devices.

$svr->rate($rate)

Set sample rate (if possible) to $rate.

$rate = $svr->rate;

Return sample rate.

$svr->play($audio[,$gain])

Play $audio via the hardware. Should take steps to match hardware and datas sampling rate.

$svr->gain($mult)

Set gain (if possible).

$svr->flush

Wait for playing to complete.

$svr->DESTROY

Destructor flushes and closes hardware.

<<less
Download (0.086MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
Amarok Video Player 0.1

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.

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1271 downloads
Gecko Media Player 0.0.7

Gecko Media Player 0.0.7


Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. more>>
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser.

The project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).

Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.

<<less
Download (0.14MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
846 downloads
TOP10 0.3

TOP10 0.3


TOP10 is a Go-Kart simulator running under GNU/Linux. more>>
TOP10 is a Go-Kart simulator running under GNU/Linux. Its intended to be realistic and easy to play.
Main features:
- 3d using OpenGL (requires a 3d accelerator)
- Single player, race against the clock
- Stereo sounds
- Replays
- Track editor
- Controlling with keyboard, joystick, driving wheel, joypad
- A real track: Mariembourg.
<<less
Download (11MB)
Added: 2005-08-26 License: GPL (GNU General Public License) Price:
1522 downloads
Towel 0.4.0

Towel 0.4.0


Towel is a fairly basic program to play audio files. more>>
Towel is a fairly basic program to play audio files. It works as a front-end to GStreamer to play both MP3 and Ogg Vorbis files.

Towel runs on GNU/Linux and FreeBSD, using the C++ bindings for GTK+ 2.4.x and gtkmm 2.4.x.

<<less
Download (0.087MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1331 downloads
Gnome Play Video in Totem 0.1

Gnome Play Video in Totem 0.1


Gnome Play Video in Totem allows Gnome Users to view video or audio externally in Totem. more>>
Many users prefer Gnome Window Manager but cant go without Amarok. Gnome Play Video in Totem allows Gnome Users to view video or audio externally in Totem.

This is very useful for Video Podcasts.

<<less
Download (MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1200 downloads
Audio::Play::MPG123 0.63

Audio::Play::MPG123 0.63


Audio::Play::MPG123 is a frontend to mpg123 version 0.59r and beyond. more>>
Audio::Play::MPG123 is a frontend to mpg123 version 0.59r and beyond.

SYNOPSIS

use Audio::Play::MPG123;

$player = new Audio::Play::MPG123;
$player->load("kult.mp3");
print $player->artist,"n";
$player->poll(1) until $player->state == 0;

$player->load("http://x.y.z/kult.mp3");

# see also mpg123sh from the tarball

This is a frontend to the mpg123 player. It works by starting an external mpg123 process with the -R option and feeding commands to it.

While the standard mpg123 player can be used to play back mp3s using this module you will encounter random deadlocks, due to bugs in its communication code. Also, many features (like statfreq) only work with the included copy of mpg123, so better use that one before deciding that this module is broken.

(In case you wonder, the mpg123 author is not interested in including these fixes and enhancements into mpg123).

<<less
Download (0.22MB)
Added: 2006-11-17 License: Perl Artistic License Price:
1071 downloads
Patolli 1.0

Patolli 1.0


Patolli is a turn-based ancient Aztec/Mayan game written in C using the SDL library. more>>
Patolli is a turn-based ancient Aztec/Mayan game written in C using the SDL library. Patolli used to be the favorite of the ancient Mayan/Aztec time.
The object of the game is to win all of your opponents money. In order to do this, you may have to play more than one game.
Main features:
- implement GPL sounds (if there is a such thing)
- create a make install target
- credits menu option
- sound/no sound switch
- music/no music switch
- human player name
- network version to play against other humans
- clean up the code (although there are lots of comments, the structure is very bad and needs to be cleaned up)
<<less
Download (7.2MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1179 downloads
Gothello 0.1

Gothello 0.1


Gothello is a GTK-based Othello game. more>>
Gothello project is a GTK-based Othello game.

Its for one or two players.

You can use it to play against other people or against the computer, or you can play the computer against itself. The AI is implemented using Negamax search with Alpha-Beta pruning, with Iterative Deepening.

It has both fixed-depth and fixed-time search modes.

<<less
Download (0.028MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
Audio::Play::MPG321 0.004

Audio::Play::MPG321 0.004


Audio::Play::MPG321 is a frontend to MPG321. more>>
Audio::Play::MPG321 is a frontend to MPG321.

SYNOPSIS

use Audio::Play::MPG321; my $player = new Audio::Play::MPG321;

$SIG{CHLD} = IGNORE; # May not work everywhere! $SIG{INT} = sub { $player->stop(); exit 0; };

$player->play("/home/dabreegster/foo.mp3"); do { $player->poll(); print $player->{sofar}, " ", $player->{remains}, " ", $player->state(), "n"; } until $player->state() == 0;

$player->play("/home/dabreegster/bar.mp3"); sleep until $player->state() == 0;

This is a frontend to the MPG321 MP3 player. It talks to it in remote mode and provides constant feedback about the time elapsed so far, the time remaining, and the state of the player.

If you use Audio::Play::MPG321 directly, then you will have to do some extra work outside of the module, as demonstrated in the synopsis. If you want to build a basic queue (Play one song, then play another), then you must keep calling poll() to make sure Audio::Play::MPG321 knows how MPG321 is doing and testing state() to be 0.

<<less
Download (0.004MB)
Added: 2006-11-14 License: Perl Artistic License Price:
1074 downloads
AVI Player for XMMS 1.2.3

AVI Player for XMMS 1.2.3


AVI Player for XMMS is an AVI player plug-in for XMMS to play Windows AVI, DivX ;-), and ASF files. more>>
The AVI player is a plug-in for XMMS, giving it the ability to play Windows AVI (including DivX ;-)) and ASF files on your Linux or FreeBSD box.
You can simply add movies to your playlist and the plug-in will call aviplay to play the movie files. Many aviplay options are supported, such as fullscreen playback and true hardware acceleration on XFree86 4.x.x.
Enhancements:
- Included a stripped version of avifile 0.53.5 that compiles staticly into the plugin. This will make avi-xmms work no matter what avifile version you have installed on the system.
- Added wma and wmv support.
<<less
Download (0.68MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1606 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5