audiocd
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
AudioCD 0.20
AudioCD is a Perl module for basic Audio CD control. more>>
AudioCD is a Perl module for basic Audio CD control.
SYNOPSIS
use AudioCD;
# see below
See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.
<<lessSYNOPSIS
use AudioCD;
# see below
See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.
Download (0.003MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
AudioCD::Mac 0.25
AudioCD::Mac is a MacPerl extension for controlling Audio CDs. more>>
AudioCD::Mac is a MacPerl extension for controlling Audio CDs.
SYNOPSIS
#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;
$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);
$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];
$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);
if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}
$cd->eject;
This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.
<<lessSYNOPSIS
#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;
$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);
$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];
$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);
if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}
$cd->eject;
This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.
Download (0.014MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads
Vavoom 1.24
Vavoom is a source port based on sources of Doom, Heretic, Hexen and a little bit from Quake. more>>
Vavoom project is a source port based on sources of Doom, Heretic, Hexen and a little bit from Quake. Supported platforms are DOS, Windows and Linux.
Main features:
- Polygonal engine with colored lighting, with software mode, OpenGL and Direct3D support, and any resolutions up to 1600x1200
- Translucency. Some things are translucent, also spectres partial invisibility is replaced with 10% translucency, so they are really hard to see now
- Complete support for freelook (look up & down) in all games
- A powerful language to describe game logic, Vavoom C - now you can forget about DeHackEd and DDF!
- 100% client/server architecture with in-game joining
- Quake-style console, with key bindings
- Ability to play AudioCD tracks
- Indirect support for DeHackEd - utility to generate Vavoom progs out of DEH files
- Crosshair
- Jumping
- And many other cool things...
To play Vavoom you need main wad file from one of the following games:
- Doom shareware
- Doom registered
- Ultimate Doom
- Doom II: Hell on Earth
- Doom II: TNT Evilution
- Doom II: The Plutonia experiment
- Heretic shareware
- Heretic registered
- Hexen
- Strife
If you have multiple IWADs, you can use command line params -doom, -doom2, -heretic or -hexen.
<<lessMain features:
- Polygonal engine with colored lighting, with software mode, OpenGL and Direct3D support, and any resolutions up to 1600x1200
- Translucency. Some things are translucent, also spectres partial invisibility is replaced with 10% translucency, so they are really hard to see now
- Complete support for freelook (look up & down) in all games
- A powerful language to describe game logic, Vavoom C - now you can forget about DeHackEd and DDF!
- 100% client/server architecture with in-game joining
- Quake-style console, with key bindings
- Ability to play AudioCD tracks
- Indirect support for DeHackEd - utility to generate Vavoom progs out of DEH files
- Crosshair
- Jumping
- And many other cool things...
To play Vavoom you need main wad file from one of the following games:
- Doom shareware
- Doom registered
- Ultimate Doom
- Doom II: Hell on Earth
- Doom II: TNT Evilution
- Doom II: The Plutonia experiment
- Heretic shareware
- Heretic registered
- Hexen
- Strife
If you have multiple IWADs, you can use command line params -doom, -doom2, -heretic or -hexen.
Download (2.3MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
864 downloads
GeeXboX 1.1
GeeXboX is a GNU/Linux standalone media player system. more>>
The GeeXboX is no more than an awesome standalone media player. Why such a name ? Well, its main purpose is to play DivX movies and, as everybody usually call this kind of projects DivX boxes, well just prepended a "GeeX", cause thats for the geeks you all are.
GeeXboX is a full operating system, livecd that can run on any machine and it is based on the excellent MPlayer. No need for a hard drive, you just have to put the GeeXboX bootable CD into the CD-Drive of any Pentium-class computer to boot it. Moreover, GeeXboX is free software, created as open-source software. This means that everyone can modify it and build his own release of the GeeXboX.
You may wonder why you should have to boot another operating system to play your media files, but just think about the Mini-ITX platforms like VIA Epia/Eden or Shuttle barebones. Its now affordable to bring DivX to your home cinema, plugging this kind of computer directly to your TV !!
At the time of the first development releases (Dec. 2002), it was only capable of playing DivX movies, but now, nearly every kind of media file can be played with GeeXboX, with the OS supporting :
- MPEG 1/2 movies (MPG files, VCDs, DVDs ...)
- MPEG 4 movies (DivX, XviD ...)
- RealMedia and Windows Media movies.
- OggMedia streams
- Matroska streams
- Audio streams like : MP3, Ogg/Vorbis, WAV (AudioCD), AC3 ...
GeeXboX is an operating system but you still need something to boot on ;-) Youre lucky, GeeXboX is based on MPlayer, which can be considered as one of the less cpu-dependent movie players, thanks to the use of FFMpeg for decoding movies.
System requirements:
- Pentium-Class CPU or above (P2-400 should be quite enough)
- a VESA 2.0 compliant graphics card.
- an ALSA compatible sound card.
- at least 64 MB of RAM
- CD-ROM or DVD-ROM drive
- Motherboard which supports booting on CD-ROM (should be ok for everyone
- Keyboard, Joystick or Remote Controller, using a Lirc-compatible IR (InfraRed) receiver (check http://www.lirc.org to build yours), e.g. Miro PcTVs one or ATI Remote Wonder.
Enhancements:
- GeeXboX 1.1. Although development never stopped, more than a year has passed without any new official GeeXboX release. This new one is a really good candidate for your HTPC multimedia distribution choice. It comes with an improved hardware support, providing dozens of new drivers (a lot of new WiFi controllers, DVB card chipsets and new remote controls). It also comes with a massively upgraded and more stable MPlayer, which features native decoding of various audio and video formats that used to be available through non-free Win32 DLLs only. Also, GeeXboX now has some decoding speed improvements and the OSD menu has been completely rewritten to provide a lot of new attractive features.
<<lessGeeXboX is a full operating system, livecd that can run on any machine and it is based on the excellent MPlayer. No need for a hard drive, you just have to put the GeeXboX bootable CD into the CD-Drive of any Pentium-class computer to boot it. Moreover, GeeXboX is free software, created as open-source software. This means that everyone can modify it and build his own release of the GeeXboX.
You may wonder why you should have to boot another operating system to play your media files, but just think about the Mini-ITX platforms like VIA Epia/Eden or Shuttle barebones. Its now affordable to bring DivX to your home cinema, plugging this kind of computer directly to your TV !!
At the time of the first development releases (Dec. 2002), it was only capable of playing DivX movies, but now, nearly every kind of media file can be played with GeeXboX, with the OS supporting :
- MPEG 1/2 movies (MPG files, VCDs, DVDs ...)
- MPEG 4 movies (DivX, XviD ...)
- RealMedia and Windows Media movies.
- OggMedia streams
- Matroska streams
- Audio streams like : MP3, Ogg/Vorbis, WAV (AudioCD), AC3 ...
GeeXboX is an operating system but you still need something to boot on ;-) Youre lucky, GeeXboX is based on MPlayer, which can be considered as one of the less cpu-dependent movie players, thanks to the use of FFMpeg for decoding movies.
System requirements:
- Pentium-Class CPU or above (P2-400 should be quite enough)
- a VESA 2.0 compliant graphics card.
- an ALSA compatible sound card.
- at least 64 MB of RAM
- CD-ROM or DVD-ROM drive
- Motherboard which supports booting on CD-ROM (should be ok for everyone
- Keyboard, Joystick or Remote Controller, using a Lirc-compatible IR (InfraRed) receiver (check http://www.lirc.org to build yours), e.g. Miro PcTVs one or ATI Remote Wonder.
Enhancements:
- GeeXboX 1.1. Although development never stopped, more than a year has passed without any new official GeeXboX release. This new one is a really good candidate for your HTPC multimedia distribution choice. It comes with an improved hardware support, providing dozens of new drivers (a lot of new WiFi controllers, DVB card chipsets and new remote controls). It also comes with a massively upgraded and more stable MPlayer, which features native decoding of various audio and video formats that used to be available through non-free Win32 DLLs only. Also, GeeXboX now has some decoding speed improvements and the OSD menu has been completely rewritten to provide a lot of new attractive features.
Download (8.9MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
846 downloads
somaplayer 0.5.2
somaplayer is a music player for mp3, ogg, wav, audiocd, mp3 streaming, ogg streaming. more>>
Music player for mp3, ogg, wav, audiocd, mp3 streaming, ogg streaming.
Its fast, comfortable and able to use the appropriate sound drivers or daemons to male music, to encode in mp3 or ogg,and to stream directly to an icecast server (icecast2 or shoutcast).
somaplayer is even a sound daemon (sds- soma daemon sound), which is able to accept connections from more somaplayers at the same time or from any other sound player (xmms, mpg123 and others, thanks to a special wrapper.
All those sources are added and managed via driver or daemon, streammed or encoded as above.
<<lessIts fast, comfortable and able to use the appropriate sound drivers or daemons to male music, to encode in mp3 or ogg,and to stream directly to an icecast server (icecast2 or shoutcast).
somaplayer is even a sound daemon (sds- soma daemon sound), which is able to accept connections from more somaplayers at the same time or from any other sound player (xmms, mpg123 and others, thanks to a special wrapper.
All those sources are added and managed via driver or daemon, streammed or encoded as above.
Download (1.3MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1559 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above audiocd 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